Method Transform
Transform(float4x4)
Multiply the curve positions by a matrix.
Declaration
public BezierCurve Transform(float4x4 matrix)
Parameters
Type | Name | Description |
---|---|---|
float4x4 | matrix | The matrix to multiply. |
Returns
Type | Description |
---|---|
BezierCurve | A new BezierCurve multiplied by matrix. |