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

Cubic Bezier curve Generated from class MR.CubicBezierCurve2d. This is the non-const half of the class. More...

+ Inheritance diagram for MR.CubicBezierCurve2d:

Public Member Functions

unsafe CubicBezierCurve2d ()
 Constructs an empty (default-constructed) instance.
 
unsafe CubicBezierCurve2d (MR.Const_CubicBezierCurve2d _other)
 Generated from constructor MR.CubicBezierCurve2d.CubicBezierCurve2d.
 
unsafe MR.CubicBezierCurve2d assign (MR.Const_CubicBezierCurve2d _other)
 Generated from method MR.CubicBezierCurve2d.operator=.
 
- Public Member Functions inherited from MR.Const_CubicBezierCurve2d
virtual void Dispose ()
 
unsafe Const_CubicBezierCurve2d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_CubicBezierCurve2d (MR.Const_CubicBezierCurve2d _other)
 Generated from constructor MR.CubicBezierCurve2d.CubicBezierCurve2d.
 
unsafe MR.Vector2d getPoint (double t)
 computes point on the curve from parameter value Generated from method MR.CubicBezierCurve2d.getPoint.
 

Properties

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

- Static Public Member Functions inherited from MR.Const_CubicBezierCurve2d
static MR.Std.Array_Double_4 getWeights (double t)
 computes weights of every control point for given parameter value, the sum of all weights is equal to 1 Generated from method MR.CubicBezierCurve2d.getWeights.
 
- Protected Member Functions inherited from MR.Const_CubicBezierCurve2d
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_CubicBezierCurve2d >
bool _IsOwningVal
 

Detailed Description

Cubic Bezier curve Generated from class MR.CubicBezierCurve2d. This is the non-const half of the class.


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