Generated from class MR.CurvePoint. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | CurvePoint () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | CurvePoint (MR.Vector3f pos, MR.Vector3f dir, MR.Vector3f snorm) |
| Constructs MR.CurvePoint elementwise. | |
| unsafe | CurvePoint (MR.Const_CurvePoint _other) |
| Generated from constructor MR.CurvePoint.CurvePoint. | |
| CurvePoint (CurvePoint _other) | |
| Generated from constructor MR.CurvePoint.CurvePoint. | |
| unsafe MR.CurvePoint | assign (MR.Const_CurvePoint _other) |
| Generated from method MR::CurvePoint::operator=. | |
| Public Member Functions inherited from MR.Const_CurvePoint | |
| virtual void | Dispose () |
| unsafe | Const_CurvePoint () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_CurvePoint (MR.Vector3f pos, MR.Vector3f dir, MR.Vector3f snorm) |
| Constructs MR.CurvePoint elementwise. | |
| unsafe | Const_CurvePoint (MR.Const_CurvePoint _other) |
| Generated from constructor MR.CurvePoint.CurvePoint. | |
| Const_CurvePoint (CurvePoint _other) | |
| Generated from constructor MR.CurvePoint.CurvePoint. | |
Properties | |
| new unsafe ref MR.Vector3f | pos [get] |
| position on the curve | |
| new unsafe ref MR.Vector3f | dir [get] |
| direction along the curve | |
| new unsafe ref MR.Vector3f | snorm [get] |
| the normal of the surface where the curve is located | |
| Properties inherited from MR.Const_CurvePoint | |
| unsafe ref readonly MR.Vector3f | pos [get] |
| position on the curve | |
| unsafe ref readonly MR.Vector3f | dir [get] |
| direction along the curve | |
| unsafe ref readonly MR.Vector3f | snorm [get] |
| the normal of the surface where the curve is located | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_CurvePoint | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_CurvePoint | |
| unsafe MR.Vector3f * | __ref_storage_pos |
| unsafe MR.Vector3f * | __ref_storage_dir |
| unsafe MR.Vector3f * | __ref_storage_snorm |
Generated from class MR.CurvePoint. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.CurvePoint elementwise.
|
inline |
Generated from constructor MR.CurvePoint.CurvePoint.
|
inline |
Generated from constructor MR.CurvePoint.CurvePoint.
|
inline |
Generated from method MR::CurvePoint::operator=.
|
get |
direction along the curve
|
get |
position on the curve
|
get |
the normal of the surface where the curve is located