Generated from class MR.FeatureObjectProjectPointResult. This is the const half of the class.
More...
Inheritance diagram for MR.Const_FeatureObjectProjectPointResult:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_FeatureObjectProjectPointResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_FeatureObjectProjectPointResult (MR.Vector3f point, MR._InOpt_Vector3f normal) |
Constructs MR.FeatureObjectProjectPointResult elementwise. | |
| unsafe | Const_FeatureObjectProjectPointResult (MR.Const_FeatureObjectProjectPointResult _other) |
Generated from constructor MR.FeatureObjectProjectPointResult.FeatureObjectProjectPointResult. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Vector3f | point [get] |
| unsafe MR.Std.Const_Optional_MRVector3f | normal [get] |
Properties inherited from MR.Misc.Object< Const_FeatureObjectProjectPointResult > | |
| 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_FeatureObjectProjectPointResult > | |
| bool | _IsOwningVal |
Generated from class MR.FeatureObjectProjectPointResult. This is the const half of the class.