This is used for optional parameters of class AABBTreePoints with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_AABBTreePoints. Usage:
More...
Public Member Functions | |
| _InOptConst_AABBTreePoints (Const_AABBTreePoints value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_AABBTreePoints (Const_AABBTreePoints value) |
| static unsafe implicit | operator _InOptConst_AABBTreePoints (MR.Const_PointCloud pointCloud) |
creates tree for given point cloud Generated from constructor MR.AABBTreePoints.AABBTreePoints. | |
| static unsafe implicit | operator _InOptConst_AABBTreePoints (MR.Const_Mesh mesh) |
creates tree for vertices of given mesh Generated from constructor MR.AABBTreePoints.AABBTreePoints. | |
Public Attributes | |
| Const_AABBTreePoints? | Opt |
This is used for optional parameters of class AABBTreePoints with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_AABBTreePoints. Usage:
null to use the default argument.new() to pass no object.AABBTreePoints/Const_AABBTreePoints to pass it to the function.