EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
Loading...
Searching...
No Matches
EBGeometry::Polygon2D< T > Member List

This is the complete list of members for EBGeometry::Polygon2D< T >, including all inherited members.

InsideOutsideAlgorithm enum nameEBGeometry::Polygon2D< T >
isPointInside(const Vec3 &a_point, const InsideOutsideAlgorithm a_algorithm) const noexceptEBGeometry::Polygon2D< T >inline
isPointInsidePolygonCrossingNumber(const Vec3 &a_point) const noexceptEBGeometry::Polygon2D< T >inline
isPointInsidePolygonSubtend(const Vec3 &a_point) const noexceptEBGeometry::Polygon2D< T >inline
isPointInsidePolygonWindingNumber(const Vec3 &a_point) const noexceptEBGeometry::Polygon2D< T >inline
operator=(const Polygon2D &a_other)=defaultEBGeometry::Polygon2D< T >
operator=(Polygon2D &&a_other) noexcept=defaultEBGeometry::Polygon2D< T >
Polygon2D()=deleteEBGeometry::Polygon2D< T >
Polygon2D(const Vec3 &a_normal, const std::vector< Vec3 > &a_points)EBGeometry::Polygon2D< T >
Polygon2D(const Polygon2D &a_other)=defaultEBGeometry::Polygon2D< T >
Polygon2D(Polygon2D &&a_other) noexcept=defaultEBGeometry::Polygon2D< T >
Vec2 typedefEBGeometry::Polygon2D< T >
Vec3 typedefEBGeometry::Polygon2D< T >
~Polygon2D()=defaultEBGeometry::Polygon2D< T >