'Declaration Public Sub ComputePointAndSegmentAtLength( _ ByVal length As Single, _ ByVal startSegment As Integer, _ ByVal worldTransform As Nullable(Of Matrix3x2), _ ByVal flatteningTolerance As Single, _ ByRef pointDescriptionRef As PointDescription _ )
public void ComputePointAndSegmentAtLength( float length, int startSegment, Nullable<Matrix3x2> worldTransform, float flatteningTolerance, out PointDescription pointDescriptionRef )
Parameters
- length
- startSegment
- worldTransform
- flatteningTolerance
- pointDescriptionRef