Jolt Physics
A multi core friendly Game Physics Engine
|
A helper class that contains cached information about a polyhedron vertex. More...
#include <PolyhedronSubmergedVolumeCalculator.h>
Public Attributes | |
Vec3 | mPosition |
World space position of vertex. | |
float | mDistanceToSurface |
Signed distance to the surface (> 0 is above, < 0 is below) | |
bool | mAboveSurface |
If the point is above the surface (mDistanceToSurface > 0) | |
A helper class that contains cached information about a polyhedron vertex.
bool PolyhedronSubmergedVolumeCalculator::Point::mAboveSurface |
If the point is above the surface (mDistanceToSurface > 0)
float PolyhedronSubmergedVolumeCalculator::Point::mDistanceToSurface |
Signed distance to the surface (> 0 is above, < 0 is below)
Vec3 PolyhedronSubmergedVolumeCalculator::Point::mPosition |
World space position of vertex.