EBGeometry
1.0
|
This is the complete list of members for Polygon2D< T >, including all inherited members.
InsideOutsideAlgorithm enum name | Polygon2D< T > | |
isPointInside(const Vec3 &a_point, const InsideOutsideAlgorithm a_algorithm) const noexcept | Polygon2D< T > | inline |
isPointInsidePolygonCrossingNumber(const Vec3 &a_point) const noexcept | Polygon2D< T > | inline |
isPointInsidePolygonSubtend(const Vec3 &a_point) const noexcept | Polygon2D< T > | inline |
isPointInsidePolygonWindingNumber(const Vec3 &a_point) const noexcept | Polygon2D< T > | inline |
Polygon2D()=delete | Polygon2D< T > | |
Polygon2D(const Vec3 &a_normal, const std::vector< Vec3 > &a_points) | Polygon2D< T > | |
Vec2 typedef | Polygon2D< T > | |
Vec3 typedef | Polygon2D< T > | |
~Polygon2D()=default | Polygon2D< T > |