playrho::d2::WorldManifold::PointData Struct Reference

Point data for world manifold. More...

#include <WorldManifold.hpp>

Public Attributes

Length2 location
 Location of point or the invalid value. More...
 
Momentum2 impulse
 "Normal" and "tangent" impulses at the point. More...
 
Length separation
 Separation at point or the invalid value. More...
 

Detailed Description

Point data for world manifold.

Note
This data structure is 20-bytes large at least on one 64-bit architecture.

Definition at line 64 of file WorldManifold.hpp.

Member Data Documentation

◆ location

Length2 playrho::d2::WorldManifold::PointData::location

Location of point or the invalid value.

Definition at line 66 of file WorldManifold.hpp.

◆ impulse

Momentum2 playrho::d2::WorldManifold::PointData::impulse

"Normal" and "tangent" impulses at the point.

Definition at line 67 of file WorldManifold.hpp.

◆ separation

Length playrho::d2::WorldManifold::PointData::separation

Separation at point or the invalid value.

Definition at line 68 of file WorldManifold.hpp.


The documentation for this struct was generated from the following file: