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

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

Inheritance diagram for MR.Cone3f:

Public Member Functions

unsafe Cone3f ()
 Constructs an empty (default-constructed) instance.
unsafe Cone3f (MR.Const_Cone3f _other)
 Generated from constructor MR.Cone3f.Cone3f.
 Cone3f (Cone3f _other)
 Generated from constructor MR.Cone3f.Cone3f.
unsafe Cone3f (MR.Const_Line3f inAxis, float inAngle, float inHeight)
 Generated from constructor MR.Cone3f.Cone3f.
unsafe MR.Cone3f assign (MR.Const_Cone3f _other)
 Generated from method MR::Cone3f::operator=.
unsafe new ref MR.Vector3f center ()
 Generated from method MR.Cone3f.center.
unsafe new ref MR.Vector3f direction ()
 Generated from method MR.Cone3f.direction.
unsafe new ref MR.Vector3f apex ()
 Generated from method MR.Cone3f.apex.
Public Member Functions inherited from MR.Const_Cone3f
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.

Properties

new unsafe MR.Line3f axis [get, protected set]
new unsafe ref float angle [get]
new unsafe ref float height [get]
Properties inherited from MR.Const_Cone3f
unsafe MR.Const_Line3f axis [get, protected set]
unsafe float angle [get]
unsafe float height [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Cone3f
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Cone3f
unsafe float * __ref_storage_angle
unsafe float * __ref_storage_height

Detailed Description

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

Constructor & Destructor Documentation

◆ Cone3f() [1/4]

unsafe MR.Cone3f.Cone3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Cone3f() [2/4]

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

Generated from constructor MR.Cone3f.Cone3f.

◆ Cone3f() [3/4]

MR.Cone3f.Cone3f ( Cone3f _other)
inline

Generated from constructor MR.Cone3f.Cone3f.

◆ Cone3f() [4/4]

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

Generated from constructor MR.Cone3f.Cone3f.

Member Function Documentation

◆ apex()

unsafe new ref MR.Vector3f MR.Cone3f.apex ( )
inline

Generated from method MR.Cone3f.apex.

◆ assign()

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

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

◆ center()

unsafe new ref MR.Vector3f MR.Cone3f.center ( )
inline

Generated from method MR.Cone3f.center.

◆ direction()

unsafe new ref MR.Vector3f MR.Cone3f.direction ( )
inline

Generated from method MR.Cone3f.direction.

Property Documentation

◆ angle

new unsafe ref float MR.Cone3f.angle
get

◆ axis

new unsafe MR.Line3f MR.Cone3f.axis
getprotected set

◆ height

new unsafe ref float MR.Cone3f.height
get

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