ImplicitSurface2.h
Go to the documentation of this file.
ImplicitSurface2(const Transform2 &transform=Transform2(), bool isNormalFlipped=false)
Default constructor.
virtual double SignedDistanceLocal(const Vector2D &otherPoint) const =0
Returns signed distance from the given point otherPoint in local space.
Transform2 transform
Local-to-world transform.
Definition: Surface2.h:36
Definition: pybind11Utils.h:24
std::shared_ptr< ImplicitSurface2 > ImplicitSurface2Ptr
Shared pointer type for the ImplicitSurface2.
Definition: ImplicitSurface2.h:43
Abstract base class for 2-D implicit surface.
Definition: ImplicitSurface2.h:17
double SignedDistance(const Vector2D &otherPoint) const
Returns signed distance from the given point otherPoint.