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