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

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.
 

Properties

new unsafe MR.Line3f axis [get, protected set]
 
new unsafe ref float angle [get]
 
new unsafe ref float height [get]
 

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: