MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.CurvePoint. This is the const half of the class. More...

Inheritance diagram for MR.Const_CurvePoint:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_pos
unsafe MR.Vector3f__ref_storage_dir
unsafe MR.Vector3f__ref_storage_snorm

Properties

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

Detailed Description

Generated from class MR.CurvePoint. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_CurvePoint() [1/4]

unsafe MR.Const_CurvePoint.Const_CurvePoint ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CurvePoint() [2/4]

unsafe MR.Const_CurvePoint.Const_CurvePoint ( MR.Vector3f pos,
MR.Vector3f dir,
MR.Vector3f snorm )
inline

Constructs MR.CurvePoint elementwise.

◆ Const_CurvePoint() [3/4]

unsafe MR.Const_CurvePoint.Const_CurvePoint ( MR.Const_CurvePoint _other)
inline

Generated from constructor MR.CurvePoint.CurvePoint.

◆ Const_CurvePoint() [4/4]

MR.Const_CurvePoint.Const_CurvePoint ( CurvePoint _other)
inline

Generated from constructor MR.CurvePoint.CurvePoint.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CurvePoint.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_CurvePoint.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_dir

unsafe MR.Vector3f* MR.Const_CurvePoint.__ref_storage_dir
protected

◆ __ref_storage_pos

unsafe MR.Vector3f* MR.Const_CurvePoint.__ref_storage_pos
protected

◆ __ref_storage_snorm

unsafe MR.Vector3f* MR.Const_CurvePoint.__ref_storage_snorm
protected

Property Documentation

◆ dir

unsafe ref readonly MR.Vector3f MR.Const_CurvePoint.dir
get

direction along the curve

◆ pos

unsafe ref readonly MR.Vector3f MR.Const_CurvePoint.pos
get

position on the curve

◆ snorm

unsafe ref readonly MR.Vector3f MR.Const_CurvePoint.snorm
get

the normal of the surface where the curve is located


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