|
M
As3DCurveInXYPlane()
|
Curve
|
Returns a 3D curve lying in the XY plane in XYZ coordinates, representing the 2D curve with its UV coordinates identified with XY coordinates.
|
|
|
M
ComputeDerivatives(Double, Boolean)
|
IList<UV>
|
Computes the first derivative, the second derivative and the unit tangent vector at the specified parameter along the curve.
|
|
|
M
Create(Curve)
|
CurveUV
|
Create a CurveUV from a bounded 3D Curve lying in the XY plane.
|
|
|
M
Dispose()
|
None
|
|
|
|
M
Equals
|
None
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
|
M
Evaluate(Double, Boolean)
|
UV
|
Evaluates and returns the point at the specified parameter along the curve.
|
|
|
M
GetEndParameter(Int32)
|
Double
|
Gets the raw parameter value at the start or end of this curve.
|
|
|
M
GetHashCode
|
None
|
Serves as the default hash function. (Inherited from Object )
|
Object
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object )
|
Object
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object )
|
Object
|
|
M
Transform(Transform2D)
|
CurveUV
|
Transform this CurveUV by the given 2D affine transform if possible.
|
|