Generated from class MR.Cone3f. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Cone3f:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Cone3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Cone3f (MR.Const_Cone3f _other) |
Generated from constructor MR.Cone3f.Cone3f. | |
| unsafe | Const_Cone3f (MR.Const_Line3f inAxis, float inAngle, float inHeight) |
Generated from constructor MR.Cone3f.Cone3f. | |
| unsafe ref readonly MR.Vector3f | center () |
Generated from method MR.Cone3f.center. | |
| unsafe ref readonly MR.Vector3f | direction () |
Generated from method MR.Cone3f.direction. | |
| unsafe ref readonly MR.Vector3f | apex () |
Generated from method MR.Cone3f.apex. | |
| unsafe MR.Vector3f | projectPoint (in MR.Vector3f point) |
Generated from method MR.Cone3f.projectPoint. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_Line3f | axis [get] |
| unsafe float | angle [get] |
| unsafe float | height [get] |
Properties inherited from MR.Misc.Object< Const_Cone3f > | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Cone3f > | |
| bool | _IsOwningVal |
Generated from class MR.Cone3f. This is the const half of the class.