Operator operator +
operator +(BezierKnot, float3)
Knot position addition. This operation only applies to the position, tangents and rotation are unmodified.
Declaration
public static BezierKnot operator +(BezierKnot knot, float3 rhs)
Parameters
Type | Name | Description |
---|---|---|
BezierKnot | knot | The target knot. |
float3 | rhs | The value to add. |
Returns
Type | Description |
---|---|
BezierKnot | A new BezierKnot where position is the sum of knot.position and rhs. |