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

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

+ Inheritance diagram for MR.Cylinder3d:

Public Member Functions

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

Properties

new unsafe MR.Line3d mainAxis [get, protected set]
 
new unsafe ref double radius [get]
 
new unsafe ref double length [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Cylinder3d() [1/5]

unsafe MR.Cylinder3d.Cylinder3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Cylinder3d() [2/5]

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

Generated from constructor MR.Cylinder3d.Cylinder3d.

◆ Cylinder3d() [3/5]

MR.Cylinder3d.Cylinder3d ( Cylinder3d _other)
inline

Generated from constructor MR.Cylinder3d.Cylinder3d.

◆ Cylinder3d() [4/5]

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

Generated from constructor MR.Cylinder3d.Cylinder3d.

◆ Cylinder3d() [5/5]

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

Generated from constructor MR.Cylinder3d.Cylinder3d.

Member Function Documentation

◆ assign()

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

Generated from method MR.Cylinder3d.operator=.

◆ center()

unsafe new ref MR.Vector3d MR.Cylinder3d.center ( )
inline

Generated from method MR.Cylinder3d.center.

◆ direction()

unsafe new ref MR.Vector3d MR.Cylinder3d.direction ( )
inline

Generated from method MR.Cylinder3d.direction.

Property Documentation

◆ length

new unsafe ref double MR.Cylinder3d.length
get

◆ mainAxis

new unsafe MR.Line3d MR.Cylinder3d.mainAxis
getprotected set

◆ radius

new unsafe ref double MR.Cylinder3d.radius
get

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