createPolar MethodStatic
Return a vector defined by polar coordinates distance and angle from x axis
createPolar(r: number, theta: Angle, z?: number): Vector3d
| Parameter | Type | Description |
|---|---|---|
| r | number | distance measured from origin |
| theta | Angle | angle from x axis to the vector (in xy plane) |
| z | number | optional z coordinate |
Returns - Vector3d
Defined in
- geometry3d/Point3dVector3d.ts Line 802
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.