|
| 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.
|
| 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.
|
Generated from class MR.Cylinder3f. This is the non-const half of the class.