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

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

Inheritance diagram for MR.Const_PointOnObject:

Classes

struct  _Underlying

Public Member Functions

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.

Static Public Member Functions

static unsafe implicit operator MR.PointOnFace (MR.Const_PointOnObject _this)
 Generated from conversion operator MR::PointOnObject::operator MR.PointOnFace.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_point
unsafe float * __ref_storage_zBuffer

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PointOnObject() [1/3]

unsafe MR.Const_PointOnObject.Const_PointOnObject ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointOnObject() [2/3]

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

Generated from constructor MR.PointOnObject.PointOnObject.

◆ Const_PointOnObject() [3/3]

MR.Const_PointOnObject.Const_PointOnObject ( PointOnObject _other)
inline

Generated from constructor MR.PointOnObject.PointOnObject.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointOnObject.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator MR.PointOnFace()

unsafe implicit MR.Const_PointOnObject.operator MR.PointOnFace ( MR.Const_PointOnObject _this)
inlinestatic

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

Member Data Documentation

◆ __ref_storage_point

unsafe MR.Vector3f* MR.Const_PointOnObject.__ref_storage_point
protected

◆ __ref_storage_zBuffer

unsafe float* MR.Const_PointOnObject.__ref_storage_zBuffer
protected

Property Documentation

◆ point

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

3D location on the object in local coordinates

◆ zBuffer

unsafe float MR.Const_PointOnObject.zBuffer
get

z buffer value


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