Public Attributes | List of all members
b2RayCastInput Struct Reference

Ray-cast input data. The ray extends from p1 to p1 + maxFraction * (p2 - p1). More...

#include <b2_collision.h>

Public Attributes

float maxFraction
 
b2Vec2 p1
 
b2Vec2 p2
 

Detailed Description

Ray-cast input data. The ray extends from p1 to p1 + maxFraction * (p2 - p1).

Definition at line 153 of file b2_collision.h.

Member Data Documentation

◆ maxFraction

float b2RayCastInput::maxFraction

Definition at line 156 of file b2_collision.h.

◆ p1

b2Vec2 b2RayCastInput::p1

Definition at line 155 of file b2_collision.h.

◆ p2

b2Vec2 b2RayCastInput::p2

Definition at line 155 of file b2_collision.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:22