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

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
 

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: