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=.
 

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
 

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: