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

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

Inheritance diagram for MR.Const_Cone3f:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Cone3f ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Cone3f (MR.Const_Cone3f _other)
 Generated from constructor MR.Cone3f.Cone3f.
 Const_Cone3f (Cone3f _other)
 Generated from constructor MR.Cone3f.Cone3f.
unsafe Const_Cone3f (MR.Const_Line3f inAxis, float inAngle, float inHeight)
 Generated from constructor MR.Cone3f.Cone3f.
unsafe ref readonly MR.Vector3f center ()
 Generated from method MR.Cone3f.center.
unsafe ref readonly MR.Vector3f direction ()
 Generated from method MR.Cone3f.direction.
unsafe ref readonly MR.Vector3f apex ()
 Generated from method MR.Cone3f.apex.
unsafe MR.Vector3f projectPoint (in MR.Vector3f point)
 Generated from method MR.Cone3f.projectPoint.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_angle
unsafe float * __ref_storage_height

Properties

unsafe MR.Const_Line3f axis [get, protected set]
unsafe float angle [get]
unsafe float height [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Cone3f() [1/4]

unsafe MR.Const_Cone3f.Const_Cone3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Cone3f() [2/4]

unsafe MR.Const_Cone3f.Const_Cone3f ( MR.Const_Cone3f _other)
inline

Generated from constructor MR.Cone3f.Cone3f.

◆ Const_Cone3f() [3/4]

MR.Const_Cone3f.Const_Cone3f ( Cone3f _other)
inline

Generated from constructor MR.Cone3f.Cone3f.

◆ Const_Cone3f() [4/4]

unsafe MR.Const_Cone3f.Const_Cone3f ( MR.Const_Line3f inAxis,
float inAngle,
float inHeight )
inline

Generated from constructor MR.Cone3f.Cone3f.

Member Function Documentation

◆ apex()

unsafe ref readonly MR.Vector3f MR.Const_Cone3f.apex ( )
inline

Generated from method MR.Cone3f.apex.

◆ center()

unsafe ref readonly MR.Vector3f MR.Const_Cone3f.center ( )
inline

Generated from method MR.Cone3f.center.

◆ direction()

unsafe ref readonly MR.Vector3f MR.Const_Cone3f.direction ( )
inline

Generated from method MR.Cone3f.direction.

◆ Dispose() [1/2]

virtual void MR.Const_Cone3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ projectPoint()

unsafe MR.Vector3f MR.Const_Cone3f.projectPoint ( in MR.Vector3f point)
inline

Generated from method MR.Cone3f.projectPoint.

Member Data Documentation

◆ __ref_storage_angle

unsafe float* MR.Const_Cone3f.__ref_storage_angle
protected

◆ __ref_storage_height

unsafe float* MR.Const_Cone3f.__ref_storage_height
protected

Property Documentation

◆ angle

unsafe float MR.Const_Cone3f.angle
get

◆ axis

unsafe MR.Const_Line3f MR.Const_Cone3f.axis
getprotected set

◆ height

unsafe float MR.Const_Cone3f.height
get

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