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

#include <WorldManifold.hpp>

Public Member Functions

 PointSeparation ()=default
 
 PointSeparation (const PointSeparation &copy)=default
 
constexpr PointSeparation (Length2D point, Length separation) noexcept
 

Public Attributes

Length2D p
 Point. More...
 
Length s
 Separation. More...
 

Constructor & Destructor Documentation

◆ PointSeparation() [1/3]

box2d::WorldManifold::PointSeparation::PointSeparation ( )
default

◆ PointSeparation() [2/3]

box2d::WorldManifold::PointSeparation::PointSeparation ( const PointSeparation copy)
default

◆ PointSeparation() [3/3]

constexpr box2d::WorldManifold::PointSeparation::PointSeparation ( Length2D  point,
Length  separation 
)
inlinenoexcept

Member Data Documentation

◆ p

Length2D box2d::WorldManifold::PointSeparation::p

Point.

◆ s

Length box2d::WorldManifold::PointSeparation::s

Separation.


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