Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Attributes | List of all members
box2d::Position Struct Reference

Positional data structure. More...

#include <Math.hpp>

Public Attributes

Length2D linear
 Linear position (in meters). More...
 
Angle angular
 Angular position. More...
 

Detailed Description

Positional data structure.

Note
This structure is likely to be 12-bytes large (at least on 64-bit platforms).

Member Data Documentation

◆ angular

Angle box2d::Position::angular

Angular position.

◆ linear

Length2D box2d::Position::linear

Linear position (in meters).


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