This is used as a function parameter when the underlying function receives LineObject by value. Usage:
More...
Public Member Functions | |
| _ByValueShared_LineObject (Const_LineObject new_value) | |
| _ByValueShared_LineObject (MR.Misc._Moved< LineObject > moved) | |
Static Public Member Functions | |
| static implicit | operator _ByValueShared_LineObject (Const_LineObject arg) |
| static implicit | operator _ByValueShared_LineObject (MR.Misc._Moved< LineObject > arg) |
| static unsafe implicit | operator _ByValueShared_LineObject (MR.Std.Const_Vector_MRVector3f pointsToApprox) |
Finds best plane to approx given points Generated from constructor MR.LineObject.LineObject. | |
This is used as a function parameter when the underlying function receives LineObject by value. Usage:
new() to default-construct the instance.LineObject/Const_LineObject to copy it into the function.Move(instance) to move it into the function. This is a more efficient form of copying that might invalidate the input object. Be careful if your input isn't a unique reference to this object.null to use the default argument, assuming the parameter has a default argument (has ? in the type).