WFMath  0.3.12
WFMath::Shape Member List
This is the complete list of members for WFMath::Shape, including all inherited members.
boundingBox() const WFMath::Shape
boundingSphere() const WFMath::Shape
boundingSphereSloppy() const WFMath::Shape
Contains(Shape< dim > &s1, Shape< dim > &s2, bool proper)WFMath::Shape [friend]
getCenter() const WFMath::Shape
getCorner(int i) const WFMath::Shape
Intersect(Shape< dim > &s1, Shape< dim > &s2, bool proper)WFMath::Shape [friend]
isEqualTo(const Shape &s, double tolerance=WFMATH_EPSILON) const WFMath::Shape
isValid() const WFMath::Shape [inline]
moveCenterTo(const Point< dim > &p)WFMath::Shape [inline]
moveCornerTo(const Point< dim > &p, int corner)WFMath::Shape [inline]
numCorners() const WFMath::Shape
operator(std::ostream &os, const Shape &s)WFMath::Shape [friend]
operator!=(const Shape &s) const WFMath::Shape [inline]
operator==(const Shape &s) const WFMath::Shape [inline]
operator>>(std::istream &is, Shape &s)WFMath::Shape [friend]
rotateCenter(const RotMatrix< dim > &m)WFMath::Shape [inline]
rotateCorner(const RotMatrix< dim > &m, int corner)WFMath::Shape [inline]
rotatePoint(const RotMatrix< dim > &m, const Point< dim > &p)WFMath::Shape
shift(const Vector< dim > &v)WFMath::Shape