This is used as a function parameter when passing Box_Matrix4d by value with a default argument, since trying to use ? instead seems to prevent us from taking its address. Usage:
More...
Public Member Functions | |
| _InOpt_Matrix4d (Matrix4d new_value) | |
| _InOpt_Matrix4d (ConstBox_Matrix4d new_value) | |
Static Public Member Functions | |
| static implicit | operator _InOpt_Matrix4d (Matrix4d new_value) |
| static implicit | operator _InOpt_Matrix4d (ConstBox_Matrix4d new_value) |
| static unsafe implicit | operator _InOpt_Matrix4d (in MR.AffineXf3d xf) |
Generated from constructor MR.Matrix4d.Matrix4d. | |
Public Attributes | |
| readonly bool | HasValue |
Properties | |
| Matrix4d | Value [get] |
This is used as a function parameter when passing Box_Matrix4d by value with a default argument, since trying to use ? instead seems to prevent us from taking its address. Usage:
Box_Matrix4d/ConstBox_Matrix4d to copy it into the function.null to use the default argument