calculatePointLocalCS
fun calculatePointLocalCS(curveRelativePoint: CurveRelativeVector1D): Either<GeometryException.ValueNotContainedInDomain, Vector2D>
Returns the point in the local cartesian coordinate system that is located on this curve and given by a point in the curve relative coordinate system. An error is returned, if the requested point is not within this curve's domain.
Return
point in cartesian coordinates
Parameters
curveRelativePoint
point in curve relative coordinates