Method DebugBezierPointsAssert
DebugBezierPointsAssert(ReadOnlySpan<PointD>)
Checks whether array of PointD parameter is ok.
[Conditional("DEBUG")]
public static void DebugBezierPointsAssert(ReadOnlySpan<PointD> points)
Parameters
pointsReadOnlySpan<PointD>Parameter value.
Exceptions
- Exception
Raised if parameter is not ok.