transform

fun transform(curveRelativePoint: CurveRelativeVector3D): Vector3D

Transforms the curveRelativePoint (relative to this curve) to a Vector3D in cartesian coordinates.

Return

point in cartesian coordinates

Parameters

curveRelativePoint

point in curve relative coordinates


fun transform(curveRelativeLineSegment: CurveRelativeLineSegment3D): Either<Exception, LineSegment3D>

Transforms the curveRelativeLineSegment (relative to this curve) to a LineSegment3D in cartesian coordinates.

Return

line segment in cartesian coordinates

Parameters

curveRelativeLineSegment

line segment in curve relative coordinates