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

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.
Public Member Functions inherited from MR.Const_Cone3d
virtual void Dispose ()
unsafe Const_Cone3d ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Cone3d (MR.Const_Cone3d _other)
 Generated from constructor MR.Cone3d.Cone3d.
 Const_Cone3d (Cone3d _other)
 Generated from constructor MR.Cone3d.Cone3d.
unsafe Const_Cone3d (MR.Const_Line3d inAxis, double inAngle, double inHeight)
 Generated from constructor MR.Cone3d.Cone3d.
unsafe ref readonly MR.Vector3d center ()
 Generated from method MR.Cone3d.center.
unsafe ref readonly MR.Vector3d direction ()
 Generated from method MR.Cone3d.direction.
unsafe ref readonly MR.Vector3d apex ()
 Generated from method MR.Cone3d.apex.
unsafe MR.Vector3d projectPoint (in MR.Vector3d point)
 Generated from method MR.Cone3d.projectPoint.

Properties

new unsafe MR.Line3d axis [get, protected set]
new unsafe ref double angle [get]
new unsafe ref double height [get]
Properties inherited from MR.Const_Cone3d
unsafe MR.Const_Line3d axis [get, protected set]
unsafe double angle [get]
unsafe double height [get]

Additional Inherited Members

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

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: