CubbyFlow::Box< N > Member List
This is the complete list of members for CubbyFlow::Box< N >, including all inherited members.
bound | CubbyFlow::Box< N > | |
BoundingBoxLocal() const override | CubbyFlow::Box< N > | protectedvirtual |
Box(const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false) | CubbyFlow::Box< N > | |
Box(const Vector< double, N > &lowerCorner, const Vector< double, N > &upperCorner, const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false) | CubbyFlow::Box< N > | |
Box(const BoundingBox< double, N > &boundingBox, const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false) | CubbyFlow::Box< N > | |
Box(const Box &other) | CubbyFlow::Box< N > | |
Box(Box &&other) noexcept | CubbyFlow::Box< N > | |
ClosestDistance(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
ClosestDistanceLocal(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | protectedvirtual |
ClosestIntersection(const Ray< double, N > &ray) const | CubbyFlow::Surface< N > | |
ClosestIntersectionLocal(const Ray< double, N > &ray) const override | CubbyFlow::Box< N > | protectedvirtual |
ClosestNormal(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
ClosestNormalLocal(const Vector< double, N > &otherPoint) const override | CubbyFlow::Box< N > | protectedvirtual |
ClosestPoint(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
ClosestPointLocal(const Vector< double, N > &otherPoint) const override | CubbyFlow::Box< N > | protectedvirtual |
GetBoundingBox() const | CubbyFlow::Surface< N > | |
GetBuilder() | CubbyFlow::Box< N > | static |
Intersects(const Ray< double, N > &ray) const | CubbyFlow::Surface< N > | |
IntersectsLocal(const Ray< double, N > &ray) const override | CubbyFlow::Box< N > | protectedvirtual |
IsBounded() const | CubbyFlow::Surface< N > | virtual |
IsInside(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
IsInsideLocal(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | protectedvirtual |
isNormalFlipped | CubbyFlow::Surface< N > | |
IsValidGeometry() const | CubbyFlow::Surface< N > | virtual |
operator=(const Box &other) | CubbyFlow::Box< N > | |
operator=(Box &&other) noexcept | CubbyFlow::Box< N > | |
CubbyFlow::Surface::operator=(const Surface &other) | CubbyFlow::Surface< N > | |
CubbyFlow::Surface::operator=(Surface &&other) noexcept | CubbyFlow::Surface< N > | |
Surface(const Transform< N > &transform=Transform< N >(), bool isNormalFlipped=false) | CubbyFlow::Surface< N > | |
Surface(const Surface &other) | CubbyFlow::Surface< N > | |
Surface(Surface &&other) noexcept | CubbyFlow::Surface< N > | |
transform | CubbyFlow::Surface< N > | |
UpdateQueryEngine() | CubbyFlow::Surface< N > | virtual |
~Box() override=default | CubbyFlow::Box< N > | |
~Surface()=default | CubbyFlow::Surface< N > | virtual |