MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_CubicBezierCurve2f Class Reference

Cubic Bezier curve Generated from class MR.CubicBezierCurve2f. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_CubicBezierCurve2f:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_CubicBezierCurve2f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_CubicBezierCurve2f (MR.Const_CubicBezierCurve2f _other)
 Generated from constructor MR.CubicBezierCurve2f.CubicBezierCurve2f.
 
unsafe MR.Vector2f getPoint (float t)
 computes point on the curve from parameter value Generated from method MR.CubicBezierCurve2f.getPoint.
 

Static Public Member Functions

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.CubicBezierCurve2f.getWeights.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

static unsafe int Elements [get]
 
unsafe ref MR.ArrayVector2f4 p [get]
 4 control points
 
- Properties inherited from MR.Misc.Object< Const_CubicBezierCurve2f >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_CubicBezierCurve2f >
bool _IsOwningVal
 

Detailed Description

Cubic Bezier curve Generated from class MR.CubicBezierCurve2f. This is the const half of the class.


The documentation for this class was generated from the following file: