Cubic Bezier curve Generated from class MR.CubicBezierCurve3f. This is the non-const half of the class.
More...
|
|
unsafe | CubicBezierCurve3f () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | CubicBezierCurve3f (MR.Const_CubicBezierCurve3f _other) |
| | Generated from constructor MR.CubicBezierCurve3f.CubicBezierCurve3f.
|
| |
|
unsafe MR.CubicBezierCurve3f | assign (MR.Const_CubicBezierCurve3f _other) |
| | Generated from method MR.CubicBezierCurve3f.operator=.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_CubicBezierCurve3f () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_CubicBezierCurve3f (MR.Const_CubicBezierCurve3f _other) |
| | Generated from constructor MR.CubicBezierCurve3f.CubicBezierCurve3f.
|
| |
|
unsafe MR.Vector3f | getPoint (float t) |
| | computes point on the curve from parameter value Generated from method MR.CubicBezierCurve3f.getPoint.
|
| |
|
|
new unsafe ref MR.ArrayVector3f4 | p [get] |
| | 4 control points
|
| |
|
static unsafe int | Elements [get] |
| |
|
unsafe ref MR.ArrayVector3f4 | p [get] |
| | 4 control points
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
|
|
static MR.Std.Array_Float_4 | getWeights (float t) |
| | computes weights of every control point for given parameter value, the sum of all weights is equal to 1 Generated from method MR.CubicBezierCurve3f.getWeights.
|
| |
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
Cubic Bezier curve Generated from class MR.CubicBezierCurve3f. This is the non-const half of the class.
The documentation for this class was generated from the following file: