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

Velocity related data structure. More...

#include <Math.hpp>

Public Attributes

LinearVelocity2D linear
 Linear velocity (in meters/second). More...
 
AngularVelocity angular
 Angular velocity (in radians/second). More...
 

Detailed Description

Velocity related data structure.

Note
This data structure is 12-bytes (with 4-byte RealNum on at least one 64-bit platform).

Member Data Documentation

◆ angular

AngularVelocity box2d::Velocity::angular

Angular velocity (in radians/second).

◆ linear

LinearVelocity2D box2d::Velocity::linear

Linear velocity (in meters/second).


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