fractionToPointAndDerivative MethodAbstract
Return the point (x,y,z) and derivative on the curve at fractional position.
- Note that this derivative is "derivative of xyz with respect to fraction".
- This derivative shows the speed of the "fractional point" moving along the curve.
- This is not generally a unit vector. Use fractionToPointAndUnitTangent for a unit vector.
fractionToPointAndDerivative(fraction: number, result?: Ray3d): Ray3d
@returns Returns a ray whose origin is the curve point and direction is the derivative with respect to the fraction.
Parameter | Type | Description |
---|---|---|
fraction | number | fractional position along the geometry. |
result | Ray3d |
Returns - Ray3d
Returns a ray whose origin is the curve point and direction is the derivative with respect to the fraction.
Defined in
- curve/CurvePrimitive.ts Line 139
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.