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

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

+ Inheritance diagram for MR.Cylinder3f:

Public Member Functions

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

Properties

new unsafe MR.Line3f mainAxis [get, protected set]
 
new unsafe ref float radius [get]
 
new unsafe ref float length [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Cylinder3f() [1/5]

unsafe MR.Cylinder3f.Cylinder3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Cylinder3f() [2/5]

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

Generated from constructor MR.Cylinder3f.Cylinder3f.

◆ Cylinder3f() [3/5]

MR.Cylinder3f.Cylinder3f ( Cylinder3f _other)
inline

Generated from constructor MR.Cylinder3f.Cylinder3f.

◆ Cylinder3f() [4/5]

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

Generated from constructor MR.Cylinder3f.Cylinder3f.

◆ Cylinder3f() [5/5]

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

Generated from constructor MR.Cylinder3f.Cylinder3f.

Member Function Documentation

◆ assign()

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

Generated from method MR.Cylinder3f.operator=.

◆ center()

unsafe new ref MR.Vector3f MR.Cylinder3f.center ( )
inline

Generated from method MR.Cylinder3f.center.

◆ direction()

unsafe new ref MR.Vector3f MR.Cylinder3f.direction ( )
inline

Generated from method MR.Cylinder3f.direction.

Property Documentation

◆ length

new unsafe ref float MR.Cylinder3f.length
get

◆ mainAxis

new unsafe MR.Line3f MR.Cylinder3f.mainAxis
getprotected set

◆ radius

new unsafe ref float MR.Cylinder3f.radius
get

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