Properties
- Property Curvature() As
-
Returns the curvature properties of the spline control point
- Parameters:
-
- oCurvature
- The curvature of the tangent determined at the control point dd>
Methods
- Sub GetTangent( oTangent)
-
Returns the tangent properties of the spline control point
- Parameters:
-
- oTangent[0]
- The X Coordinate of the tangent determined at the control point dd>
- oTangent[1]
- The Y Coordinate of the tangent determined at the control point dd>
- Sub SetTangent( iTangentX, iTangentY)
-
Imposes the tangent properties of the spline control point
- Parameters:
-
- iTangentX
- The X Coordinate of the tangent determined at the control point dd>
- iTangentY
- The Y Coordinate of the tangent determined at the control point dd>
- Sub UnsetCurvature()
- Unsets the curvature properties of the spline control point
- Sub UnsetTangent()
- Unsets the tangent properties of the spline control point