ControlPoint2D (Object)

Class defining a spline control point in 2D Space.

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

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
oTangent[1]
The Y Coordinate of the tangent determined at the control point
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
iTangentY
The Y Coordinate of the tangent determined at the control point
Sub UnsetCurvature()
Unsets the curvature properties of the spline control point
Sub UnsetTangent()
Unsets the tangent properties of the spline control point