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

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

+ Inheritance diagram for MR.Cone3d:

Public Member Functions

unsafe Cone3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Cone3d (MR.Const_Cone3d _other)
 Generated from constructor MR.Cone3d.Cone3d.
 
 Cone3d (Cone3d _other)
 Generated from constructor MR.Cone3d.Cone3d.
 
unsafe Cone3d (MR.Const_Line3d inAxis, double inAngle, double inHeight)
 Generated from constructor MR.Cone3d.Cone3d.
 
unsafe MR.Cone3d assign (MR.Const_Cone3d _other)
 Generated from method MR.Cone3d.operator=.
 
unsafe new ref MR.Vector3d center ()
 Generated from method MR.Cone3d.center.
 
unsafe new ref MR.Vector3d direction ()
 Generated from method MR.Cone3d.direction.
 
unsafe new ref MR.Vector3d apex ()
 Generated from method MR.Cone3d.apex.
 

Properties

new unsafe MR.Line3d axis [get, protected set]
 
new unsafe ref double angle [get]
 
new unsafe ref double height [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Cone3d() [1/4]

unsafe MR.Cone3d.Cone3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Cone3d() [2/4]

unsafe MR.Cone3d.Cone3d ( MR.Const_Cone3d _other)
inline

Generated from constructor MR.Cone3d.Cone3d.

◆ Cone3d() [3/4]

MR.Cone3d.Cone3d ( Cone3d _other)
inline

Generated from constructor MR.Cone3d.Cone3d.

◆ Cone3d() [4/4]

unsafe MR.Cone3d.Cone3d ( MR.Const_Line3d inAxis,
double inAngle,
double inHeight )
inline

Generated from constructor MR.Cone3d.Cone3d.

Member Function Documentation

◆ apex()

unsafe new ref MR.Vector3d MR.Cone3d.apex ( )
inline

Generated from method MR.Cone3d.apex.

◆ assign()

unsafe MR.Cone3d MR.Cone3d.assign ( MR.Const_Cone3d _other)
inline

Generated from method MR.Cone3d.operator=.

◆ center()

unsafe new ref MR.Vector3d MR.Cone3d.center ( )
inline

Generated from method MR.Cone3d.center.

◆ direction()

unsafe new ref MR.Vector3d MR.Cone3d.direction ( )
inline

Generated from method MR.Cone3d.direction.

Property Documentation

◆ angle

new unsafe ref double MR.Cone3d.angle
get

◆ axis

new unsafe MR.Line3d MR.Cone3d.axis
getprotected set

◆ height

new unsafe ref double MR.Cone3d.height
get

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