Class to accumulate planes to find then their crossing point Generated from class MR.PlaneAccumulator. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | PlaneAccumulator () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PlaneAccumulator (MR.Const_PlaneAccumulator _other) |
| Generated from constructor MR.PlaneAccumulator.PlaneAccumulator. | |
| PlaneAccumulator (PlaneAccumulator _other) | |
| Generated from constructor MR.PlaneAccumulator.PlaneAccumulator. | |
| unsafe MR.PlaneAccumulator | assign (MR.Const_PlaneAccumulator _other) |
| Generated from method MR::PlaneAccumulator::operator=. | |
| unsafe void | addPlane (MR.Const_Plane3d pl) |
| Generated from method MR.PlaneAccumulator.addPlane. | |
| unsafe void | addPlane (MR.Const_Plane3f pl) |
| Generated from method MR.PlaneAccumulator.addPlane. | |
Class to accumulate planes to find then their crossing point Generated from class MR.PlaneAccumulator. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PlaneAccumulator.PlaneAccumulator.
|
inline |
Generated from constructor MR.PlaneAccumulator.PlaneAccumulator.
|
inline |
Generated from method MR.PlaneAccumulator.addPlane.
|
inline |
Generated from method MR.PlaneAccumulator.addPlane.
|
inline |
Generated from method MR::PlaneAccumulator::operator=.