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

a point located on some mesh's face Generated from class MR.PointOnFace. This is the const half of the class. More...

Inheritance diagram for MR.Const_PointOnFace:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PointOnFace ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PointOnFace (MR.FaceId face, MR.Vector3f point)
 Constructs MR.PointOnFace elementwise.
unsafe Const_PointOnFace (MR.Const_PointOnFace _other)
 Generated from constructor MR.PointOnFace.PointOnFace.
 Const_PointOnFace (PointOnFace _other)
 Generated from constructor MR.PointOnFace.PointOnFace.
unsafe bool valid ()
 check for validity, otherwise the point is not defined Generated from method MR.PointOnFace.valid.

Static Public Member Functions

static unsafe operator bool (MR.Const_PointOnFace _this)
 Generated from conversion operator MR::PointOnFace::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.FaceId__ref_storage_face
unsafe MR.Vector3f__ref_storage_point

Properties

unsafe ref readonly MR.FaceId face [get]
 mesh's face containing the point
unsafe ref readonly MR.Vector3f point [get]
 a point of the mesh's face

Detailed Description

a point located on some mesh's face Generated from class MR.PointOnFace. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PointOnFace() [1/4]

unsafe MR.Const_PointOnFace.Const_PointOnFace ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointOnFace() [2/4]

unsafe MR.Const_PointOnFace.Const_PointOnFace ( MR.FaceId face,
MR.Vector3f point )
inline

Constructs MR.PointOnFace elementwise.

◆ Const_PointOnFace() [3/4]

unsafe MR.Const_PointOnFace.Const_PointOnFace ( MR.Const_PointOnFace _other)
inline

Generated from constructor MR.PointOnFace.PointOnFace.

◆ Const_PointOnFace() [4/4]

MR.Const_PointOnFace.Const_PointOnFace ( PointOnFace _other)
inline

Generated from constructor MR.PointOnFace.PointOnFace.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointOnFace.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

unsafe MR.Const_PointOnFace.operator bool ( MR.Const_PointOnFace _this)
inlineexplicitstatic

Generated from conversion operator MR::PointOnFace::operator bool.

◆ valid()

unsafe bool MR.Const_PointOnFace.valid ( )
inline

check for validity, otherwise the point is not defined Generated from method MR.PointOnFace.valid.

Member Data Documentation

◆ __ref_storage_face

unsafe MR.FaceId* MR.Const_PointOnFace.__ref_storage_face
protected

◆ __ref_storage_point

unsafe MR.Vector3f* MR.Const_PointOnFace.__ref_storage_point
protected

Property Documentation

◆ face

unsafe ref readonly MR.FaceId MR.Const_PointOnFace.face
get

mesh's face containing the point

◆ point

unsafe ref readonly MR.Vector3f MR.Const_PointOnFace.point
get

a point of the mesh's face


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