This is used as a function parameter when the underlying function receives CircleObject by value. Usage:
More...
Public Member Functions | |
| _ByValueShared_CircleObject (Const_CircleObject new_value) | |
| _ByValueShared_CircleObject (MR.Misc._Moved< CircleObject > moved) | |
Static Public Member Functions | |
| static implicit | operator _ByValueShared_CircleObject (Const_CircleObject arg) |
| static implicit | operator _ByValueShared_CircleObject (MR.Misc._Moved< CircleObject > arg) |
| static unsafe implicit | operator _ByValueShared_CircleObject (MR.Std.Const_Vector_MRVector3f pointsToApprox) |
Finds best sphere to approx given points Generated from constructor MR.CircleObject.CircleObject. | |
This is used as a function parameter when the underlying function receives CircleObject by value. Usage:
new() to default-construct the instance.CircleObject/Const_CircleObject 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).