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

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

Inheritance diagram for MR.Const_Cylinder3f:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Cylinder3f ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Cylinder3f (MR.Const_Cylinder3f _other)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 Const_Cylinder3f (Cylinder3f _other)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
unsafe Const_Cylinder3f (in MR.Vector3f inCenter, in MR.Vector3f inDirectoin, float inRadius, float inLength)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
unsafe Const_Cylinder3f (MR.Const_Line3f inAxis, float inRadius, float inLength)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
unsafe ref readonly MR.Vector3f center ()
 Generated from method MR.Cylinder3f.center.
unsafe ref readonly MR.Vector3f direction ()
 Generated from method MR.Cylinder3f.direction.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_radius
unsafe float * __ref_storage_length

Properties

unsafe MR.Const_Line3f mainAxis [get, protected set]
unsafe float radius [get]
unsafe float length [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Cylinder3f() [1/5]

unsafe MR.Const_Cylinder3f.Const_Cylinder3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Cylinder3f() [2/5]

unsafe MR.Const_Cylinder3f.Const_Cylinder3f ( MR.Const_Cylinder3f _other)
inline

Generated from constructor MR.Cylinder3f.Cylinder3f.

◆ Const_Cylinder3f() [3/5]

MR.Const_Cylinder3f.Const_Cylinder3f ( Cylinder3f _other)
inline

Generated from constructor MR.Cylinder3f.Cylinder3f.

◆ Const_Cylinder3f() [4/5]

unsafe MR.Const_Cylinder3f.Const_Cylinder3f ( in MR.Vector3f inCenter,
in MR.Vector3f inDirectoin,
float inRadius,
float inLength )
inline

Generated from constructor MR.Cylinder3f.Cylinder3f.

◆ Const_Cylinder3f() [5/5]

unsafe MR.Const_Cylinder3f.Const_Cylinder3f ( MR.Const_Line3f inAxis,
float inRadius,
float inLength )
inline

Generated from constructor MR.Cylinder3f.Cylinder3f.

Member Function Documentation

◆ center()

unsafe ref readonly MR.Vector3f MR.Const_Cylinder3f.center ( )
inline

Generated from method MR.Cylinder3f.center.

◆ direction()

unsafe ref readonly MR.Vector3f MR.Const_Cylinder3f.direction ( )
inline

Generated from method MR.Cylinder3f.direction.

◆ Dispose() [1/2]

virtual void MR.Const_Cylinder3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_length

unsafe float* MR.Const_Cylinder3f.__ref_storage_length
protected

◆ __ref_storage_radius

unsafe float* MR.Const_Cylinder3f.__ref_storage_radius
protected

Property Documentation

◆ length

unsafe float MR.Const_Cylinder3f.length
get

◆ mainAxis

unsafe MR.Const_Line3f MR.Const_Cylinder3f.mainAxis
getprotected set

◆ radius

unsafe float MR.Const_Cylinder3f.radius
get

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