calculatePointListGlobalCS

fun calculatePointListGlobalCS(step: Double, includeEndPoint: Boolean = true): Either<GeometryException.ValueNotContainedInDomain, NonEmptyList<Vector3D>>

Returns a list of points on the curve with a step size of step.

Return

list of points on this curve

Parameters

step

step size between the points

includeEndPoint

true, if the endpoint shall be included