radiansToPointAndDerivative Method
Evaluate the point and derivative with respect to the angle (in radians)
radiansToPointAndDerivative(radians: number, result?: Ray3d): Ray3d
| Parameter | Type | Description |
|---|---|---|
| radians | number | angular position |
| result | Ray3d | optional preallocated ray. |
Returns - Ray3d
Defined in
- curve/Arc3d.ts Line 352
Last Updated: 30 November, 2023