Method CreateHermiteCurve
CreateHermiteCurve(Point3, Point3, Point3, Point3)
Create a Hermite Curve
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateHermiteCurve(Point3 FirstPoint, Point3 FirstTangent, Point3 SecondPoint, Point3 SecondTangent)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3 | FirstPoint | Starting point of the curve |
| Point3 | FirstTangent | Tangent of the starting point |
| Point3 | SecondPoint | Ending point of the curve |
| Point3 | SecondTangent | Tangent of the ending point |
Returns
| Type | Description |
|---|---|
| uint |