Definition ConvexPolygonMesh.hpp:23
int mSegmentIndex
Definition ConvexPolygonMesh.hpp:32
const ConvexPolygonMesh * mMesh
Definition ConvexPolygonMesh.hpp:30
bool mOdd
Definition ConvexPolygonMesh.hpp:31
int mRingIndex
Definition ConvexPolygonMesh.hpp:34
int mSideIndex
Definition ConvexPolygonMesh.hpp:33
bool done() const noexcept
Triangle generate() const
Definition ConvexPolygonMesh.hpp:41
bool done() const noexcept
A polygonal disk with arbitrary number of corners.
Definition ConvexPolygonMesh.hpp:21
Vector3 mBitangent
Definition ConvexPolygonMesh.hpp:65
Vector3 mNormal
Definition ConvexPolygonMesh.hpp:63
Vector< Vector3 > mVertices
Definition ConvexPolygonMesh.hpp:59
int mRings
Definition ConvexPolygonMesh.hpp:61
Vector3 mTangent
Definition ConvexPolygonMesh.hpp:64
Vertices vertices() const noexcept
int mSegments
Definition ConvexPolygonMesh.hpp:60
Triangles triangles() const noexcept
Vector3 mCenter
Definition ConvexPolygonMesh.hpp:62
Vector2 mTexDelta
Definition ConvexPolygonMesh.hpp:66
Definition MeshVertex.hpp:14
Definition Triangle.hpp:14
Definition AnyGenerator.hpp:12
std::vector< T, ScopedAllocatorAdaptor< StdAllocator< T, RawAllocator > > > Vector
Vector is a sequence container that encapsulates dynamic size arrays.
Definition Vector.hpp:17
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25