Mantid
|
#include <ShapeFactory.h>
Public Member Functions | |
void | rotatePoints (const std::vector< double > &rotationMatrix) |
Public Attributes | |
Kernel::V3D | lbb |
Kernel::V3D | lfb |
Kernel::V3D | lft |
Kernel::V3D | rfb |
Definition at line 38 of file ShapeFactory.h.
|
inline |
Definition at line 44 of file ShapeFactory.h.
References lbb, lfb, lft, rfb, and Mantid::Kernel::V3D::rotate().
Referenced by Mantid::Geometry::ShapeFactory::parseCuboid().
Kernel::V3D Mantid::Geometry::CuboidCorners::lbb |
Definition at line 41 of file ShapeFactory.h.
Referenced by Mantid::Geometry::ShapeFactory::parseCuboid(), and rotatePoints().
Kernel::V3D Mantid::Geometry::CuboidCorners::lfb |
Definition at line 39 of file ShapeFactory.h.
Referenced by Mantid::Geometry::ShapeFactory::parseCuboid(), and rotatePoints().
Kernel::V3D Mantid::Geometry::CuboidCorners::lft |
Definition at line 40 of file ShapeFactory.h.
Referenced by Mantid::Geometry::ShapeFactory::parseCuboid(), and rotatePoints().
Kernel::V3D Mantid::Geometry::CuboidCorners::rfb |
Definition at line 42 of file ShapeFactory.h.
Referenced by Mantid::Geometry::ShapeFactory::parseCuboid(), and rotatePoints().