Generated from class MR.Cylinder3d. This is the const half of the class.
More...
|
|
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.
|
| |
|
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.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Const_Line3d | mainAxis [get] |
| |
|
unsafe double | radius [get] |
| |
|
unsafe double | length [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.Cylinder3d. This is the const half of the class.
The documentation for this class was generated from the following file: