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

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

Inheritance diagram for MR.Const_Cylinder3d:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Cylinder3d ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Cylinder3d (MR.Const_Cylinder3d _other)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 Const_Cylinder3d (Cylinder3d _other)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
unsafe Const_Cylinder3d (in MR.Vector3d inCenter, in MR.Vector3d inDirectoin, double inRadius, double inLength)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
unsafe Const_Cylinder3d (MR.Const_Line3d inAxis, double inRadius, double inLength)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
unsafe ref readonly MR.Vector3d center ()
 Generated from method MR.Cylinder3d.center.
unsafe ref readonly MR.Vector3d direction ()
 Generated from method MR.Cylinder3d.direction.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe double * __ref_storage_radius
unsafe double * __ref_storage_length

Properties

unsafe MR.Const_Line3d mainAxis [get, protected set]
unsafe double radius [get]
unsafe double length [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Cylinder3d() [1/5]

unsafe MR.Const_Cylinder3d.Const_Cylinder3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Cylinder3d() [2/5]

unsafe MR.Const_Cylinder3d.Const_Cylinder3d ( MR.Const_Cylinder3d _other)
inline

Generated from constructor MR.Cylinder3d.Cylinder3d.

◆ Const_Cylinder3d() [3/5]

MR.Const_Cylinder3d.Const_Cylinder3d ( Cylinder3d _other)
inline

Generated from constructor MR.Cylinder3d.Cylinder3d.

◆ Const_Cylinder3d() [4/5]

unsafe MR.Const_Cylinder3d.Const_Cylinder3d ( in MR.Vector3d inCenter,
in MR.Vector3d inDirectoin,
double inRadius,
double inLength )
inline

Generated from constructor MR.Cylinder3d.Cylinder3d.

◆ Const_Cylinder3d() [5/5]

unsafe MR.Const_Cylinder3d.Const_Cylinder3d ( MR.Const_Line3d inAxis,
double inRadius,
double inLength )
inline

Generated from constructor MR.Cylinder3d.Cylinder3d.

Member Function Documentation

◆ center()

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

Generated from method MR.Cylinder3d.center.

◆ direction()

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

Generated from method MR.Cylinder3d.direction.

◆ Dispose() [1/2]

virtual void MR.Const_Cylinder3d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_length

unsafe double* MR.Const_Cylinder3d.__ref_storage_length
protected

◆ __ref_storage_radius

unsafe double* MR.Const_Cylinder3d.__ref_storage_radius
protected

Property Documentation

◆ length

unsafe double MR.Const_Cylinder3d.length
get

◆ mainAxis

unsafe MR.Const_Line3d MR.Const_Cylinder3d.mainAxis
getprotected set

◆ radius

unsafe double MR.Const_Cylinder3d.radius
get

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