N-gon of vertices with counter-clockwise "forward" normals. More...
#include <playrho/d2/NgonWithFwdNormals.hpp>
Public Member Functions | |
| constexpr | NgonWithFwdNormals () noexcept=default | 
| Default constructor.  | |
| constexpr | NgonWithFwdNormals (const std::array< Length2, N > &vertices) | 
| Initializing constructor.  | |
| constexpr auto | GetNormals () const noexcept -> decltype((m_normals)) | 
| Gets the normals of this N-gon.  | |
| constexpr auto | GetVertices () const noexcept -> decltype((m_vertices)) | 
| Gets the vertices of this N-gon.  | |
Friends | |
| constexpr friend auto | operator== (const NgonWithFwdNormals &lhs, const NgonWithFwdNormals &rhs) noexcept -> bool | 
| Operator equals support.  | |
N-gon of vertices with counter-clockwise "forward" normals.