createSpherical MethodStatic
Return a vector defined in spherical coordinates.
createSpherical(r: number, theta: Angle, phi: Angle): Vector3d
| Parameter | Type | Description | 
|---|---|---|
| r | number | sphere radius | 
| theta | Angle | angle in xy plane | 
| phi | Angle | angle from xy plane to the vector | 
Returns - Vector3d
Defined in
- geometry3d/Point3dVector3d.ts Line 811
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.