26#undef JPH_DECLARE_PRIMITIVE
std::uint8_t uint8
Definition Core.h:493
std::uint64_t uint64
Definition Core.h:496
std::uint32_t uint32
Definition Core.h:495
std::uint16_t uint16
Definition Core.h:494
#define JPH_DECLARE_PRIMITIVE(name)
Definition ObjectStream.cpp:14
std::basic_string< char, std::char_traits< char >, STLAllocator< char > > String
Definition STLAllocator.h:107
Holds a 4x4 matrix of floats with the last column consisting of doubles.
Definition DMat44.h:13
Class that holds 3 doubles. Used as a storage class. Convert to DVec3 for calculations.
Definition Double3.h:13
Class that holds 3 floats. Used as a storage class. Convert to Vec3 for calculations.
Definition Float3.h:13
Class that holds 4 float values. Convert to Vec4 to perform calculations.
Definition Float4.h:11
Holds a 4x4 matrix of floats, but supports also operations on the 3x3 upper left part of the matrix.
Definition Mat44.h:13