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

Generated from class MR.PointOnObject. This is the non-const half of the class. More...

Inheritance diagram for MR.PointOnObject:

Public Member Functions

unsafe PointOnObject ()
 Constructs an empty (default-constructed) instance.
unsafe PointOnObject (MR.Const_PointOnObject _other)
 Generated from constructor MR.PointOnObject.PointOnObject.
 PointOnObject (PointOnObject _other)
 Generated from constructor MR.PointOnObject.PointOnObject.
unsafe MR.PointOnObject assign (MR.Const_PointOnObject _other)
 Generated from method MR::PointOnObject::operator=.
Public Member Functions inherited from MR.Const_PointOnObject
virtual void Dispose ()
unsafe Const_PointOnObject ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PointOnObject (MR.Const_PointOnObject _other)
 Generated from constructor MR.PointOnObject.PointOnObject.
 Const_PointOnObject (PointOnObject _other)
 Generated from constructor MR.PointOnObject.PointOnObject.

Properties

new unsafe ref MR.Vector3f point [get]
 3D location on the object in local coordinates
new unsafe ref float zBuffer [get]
 z buffer value
Properties inherited from MR.Const_PointOnObject
unsafe ref readonly MR.Vector3f point [get]
 3D location on the object in local coordinates
unsafe float zBuffer [get]
 z buffer value

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_PointOnObject
static unsafe implicit operator MR.PointOnFace (MR.Const_PointOnObject _this)
 Generated from conversion operator MR::PointOnObject::operator MR.PointOnFace.
Protected Member Functions inherited from MR.Const_PointOnObject
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PointOnObject
unsafe MR.Vector3f__ref_storage_point
unsafe float * __ref_storage_zBuffer

Detailed Description

Generated from class MR.PointOnObject. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PointOnObject() [1/3]

unsafe MR.PointOnObject.PointOnObject ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointOnObject() [2/3]

unsafe MR.PointOnObject.PointOnObject ( MR.Const_PointOnObject _other)
inline

Generated from constructor MR.PointOnObject.PointOnObject.

◆ PointOnObject() [3/3]

MR.PointOnObject.PointOnObject ( PointOnObject _other)
inline

Generated from constructor MR.PointOnObject.PointOnObject.

Member Function Documentation

◆ assign()

unsafe MR.PointOnObject MR.PointOnObject.assign ( MR.Const_PointOnObject _other)
inline

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

Property Documentation

◆ point

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

3D location on the object in local coordinates

◆ zBuffer

new unsafe ref float MR.PointOnObject.zBuffer
get

z buffer value


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