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

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

Inheritance diagram for MR.PointOnFace:

Public Member Functions

unsafe PointOnFace ()
 Constructs an empty (default-constructed) instance.
unsafe PointOnFace (MR.FaceId face, MR.Vector3f point)
 Constructs MR.PointOnFace elementwise.
unsafe PointOnFace (MR.Const_PointOnFace _other)
 Generated from constructor MR.PointOnFace.PointOnFace.
 PointOnFace (PointOnFace _other)
 Generated from constructor MR.PointOnFace.PointOnFace.
unsafe MR.PointOnFace assign (MR.Const_PointOnFace _other)
 Generated from method MR::PointOnFace::operator=.
Public Member Functions inherited from MR.Const_PointOnFace
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.

Properties

new unsafe ref MR.FaceId face [get]
 mesh's face containing the point
new unsafe ref MR.Vector3f point [get]
 a point of the mesh's face
Properties inherited from MR.Const_PointOnFace
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

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_PointOnFace
static unsafe operator bool (MR.Const_PointOnFace _this)
 Generated from conversion operator MR::PointOnFace::operator bool.
Protected Member Functions inherited from MR.Const_PointOnFace
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PointOnFace
unsafe MR.FaceId__ref_storage_face
unsafe MR.Vector3f__ref_storage_point

Detailed Description

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

Constructor & Destructor Documentation

◆ PointOnFace() [1/4]

unsafe MR.PointOnFace.PointOnFace ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointOnFace() [2/4]

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

Constructs MR.PointOnFace elementwise.

◆ PointOnFace() [3/4]

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

Generated from constructor MR.PointOnFace.PointOnFace.

◆ PointOnFace() [4/4]

MR.PointOnFace.PointOnFace ( PointOnFace _other)
inline

Generated from constructor MR.PointOnFace.PointOnFace.

Member Function Documentation

◆ assign()

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

Generated from method MR::PointOnFace::operator=.

Property Documentation

◆ face

new unsafe ref MR.FaceId MR.PointOnFace.face
get

mesh's face containing the point

◆ point

new unsafe ref MR.Vector3f MR.PointOnFace.point
get

a point of the mesh's face


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