create MethodStatic
Return a point (newly created unless result provided) with given x,y coordinates
create(x: number0, y: number0, 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 192
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.