ClosestDistance(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
ClosestIntersection(const Ray< double, N > &ray) const | CubbyFlow::Surface< N > | |
ClosestNormal(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
ClosestPoint(const Vector< double, N > &otherPoint) const | CubbyFlow::Surface< N > | |
CustomImplicitSurface(std::function< double(const Vector< double, N > &)> func, const BoundingBox< double, N > &domain=BoundingBox< double, N >{}, double resolution=1e-3, double rayMarchingResolution=1e-6, unsigned int maxNumOfIterations=5, const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false) | CubbyFlow::CustomImplicitSurface< N > | |
CustomImplicitSurface(const CustomImplicitSurface &other)=default | CubbyFlow::CustomImplicitSurface< N > | |
CustomImplicitSurface(CustomImplicitSurface &&other) noexcept=default | CubbyFlow::CustomImplicitSurface< N > | |
GetBoundingBox() const | CubbyFlow::Surface< N > | |
GetBuilder() | CubbyFlow::CustomImplicitSurface< N > | static |
ImplicitSurface(const Transform< N > &_transform=Transform< N >{}, bool _isNormalFlipped=false) | CubbyFlow::ImplicitSurface< N > | |
ImplicitSurface(const ImplicitSurface &other) | CubbyFlow::ImplicitSurface< N > | |
ImplicitSurface(ImplicitSurface &&other) noexcept | CubbyFlow::ImplicitSurface< N > | |
Intersects(const Ray< double, N > &ray) const | CubbyFlow::Surface< N > | |
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 CustomImplicitSurface &other)=default | CubbyFlow::CustomImplicitSurface< N > | |
operator=(CustomImplicitSurface &&other) noexcept=default | CubbyFlow::CustomImplicitSurface< N > | |
CubbyFlow::ImplicitSurface::operator=(const ImplicitSurface &other) | CubbyFlow::ImplicitSurface< N > | |
CubbyFlow::ImplicitSurface::operator=(ImplicitSurface &&other) noexcept | CubbyFlow::ImplicitSurface< N > | |
CubbyFlow::Surface::operator=(const Surface &other) | CubbyFlow::Surface< N > | |
CubbyFlow::Surface::operator=(Surface &&other) noexcept | CubbyFlow::Surface< N > | |
SignedDistance(const Vector< double, N > &otherPoint) const | CubbyFlow::ImplicitSurface< 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 |
~CustomImplicitSurface() override=default | CubbyFlow::CustomImplicitSurface< N > | |
~ImplicitSurface() override=default | CubbyFlow::ImplicitSurface< N > | |
~Surface()=default | CubbyFlow::Surface< N > | virtual |