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