ackb2d 0.9
3D Gamestudio Box 2d Wraper

b2RayCastInput Struct Reference

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

#include <b2Types.h>

Data Fields

VECTOR p1
VECTOR p2
var maxFraction

Detailed Description

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

Definition at line 388 of file b2Types.h.


Field Documentation

Definition at line 391 of file b2Types.h.

VECTOR p1

Definition at line 390 of file b2Types.h.

VECTOR p2

Definition at line 390 of file b2Types.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines