create MethodStatic
Return a point (newly created unless result provided) with given x,y coordinates
create(x: number = 0, y: number = 0, result?: Point2d): Point2d
| Parameter | Type | Description |
|---|---|---|
| x | number | x coordinate |
| y | number | y coordinate |
| result | Point2d | optional result |
Returns - Point2d
Defined in
- geometry3d/Point2dVector2d.ts Line 196
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.