Method CreateHelixCurve
CreateHelixCurve(double, double, Matrix4, bool)
Create an helix curve
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateHelixCurve(double radius, double pitch, Matrix4 matrix, bool trigonometrixOrientation = true)
Parameters
| Type | Name | Description |
|---|---|---|
| double | radius | Radius of the helix |
| double | pitch | Height of one revolution |
| Matrix4 | matrix | Transformation matrix |
| bool | trigonometrixOrientation | Orientation of the rotation |
Returns
| Type | Description |
|---|---|
| uint |