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

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

Inheritance diagram for MR.Const_Cone3d:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe double * __ref_storage_angle
unsafe double * __ref_storage_height

Properties

unsafe MR.Const_Line3d axis [get, protected set]
unsafe double angle [get]
unsafe double height [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Cone3d() [1/4]

unsafe MR.Const_Cone3d.Const_Cone3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Cone3d() [2/4]

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

Generated from constructor MR.Cone3d.Cone3d.

◆ Const_Cone3d() [3/4]

MR.Const_Cone3d.Const_Cone3d ( Cone3d _other)
inline

Generated from constructor MR.Cone3d.Cone3d.

◆ Const_Cone3d() [4/4]

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

Generated from constructor MR.Cone3d.Cone3d.

Member Function Documentation

◆ apex()

unsafe ref readonly MR.Vector3d MR.Const_Cone3d.apex ( )
inline

Generated from method MR.Cone3d.apex.

◆ center()

unsafe ref readonly MR.Vector3d MR.Const_Cone3d.center ( )
inline

Generated from method MR.Cone3d.center.

◆ direction()

unsafe ref readonly MR.Vector3d MR.Const_Cone3d.direction ( )
inline

Generated from method MR.Cone3d.direction.

◆ Dispose() [1/2]

virtual void MR.Const_Cone3d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ projectPoint()

unsafe MR.Vector3d MR.Const_Cone3d.projectPoint ( in MR.Vector3d point)
inline

Generated from method MR.Cone3d.projectPoint.

Member Data Documentation

◆ __ref_storage_angle

unsafe double* MR.Const_Cone3d.__ref_storage_angle
protected

◆ __ref_storage_height

unsafe double* MR.Const_Cone3d.__ref_storage_height
protected

Property Documentation

◆ angle

unsafe double MR.Const_Cone3d.angle
get

◆ axis

unsafe MR.Const_Line3d MR.Const_Cone3d.axis
getprotected set

◆ height

unsafe double MR.Const_Cone3d.height
get

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