PxTetrahedron#

Defined in include/geometry/PxTetrahedron.h

class PxTetrahedron#

Tetrahedron class.

Public Functions

inline PxTetrahedron()#

Constructor.

inline PxTetrahedron(
const PxVec3 &p0,
const PxVec3 &p1,
const PxVec3 &p2,
const PxVec3 &p3,
)#

Constructor.

Parameters:
  • p0[in] Point 0

  • p1[in] Point 1

  • p2[in] Point 2

  • p3[in] Point 3

inline PxTetrahedron(const PxTetrahedron &tetrahedron)#

Copy constructor.

Parameters:

tetrahedron[in] copy

inline ~PxTetrahedron()#

Destructor.

inline void operator=(const PxTetrahedron &tetrahedron)#

Assignment operator.

Public Members

PxVec3 verts[4]#

Array of Vertices.