Torque2D Reference
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RaysCastCallback Class Reference

#include <LightObject.h>

+ Inheritance diagram for RaysCastCallback:

Public Member Functions

 RaysCastCallback ()
 
float32 ReportFixture (b2Fixture *fixture, const b2Vec2 &point, const b2Vec2 &normal, float32 fraction)
 

Public Attributes

b2Fixture * m_fixture
 
b2Vec2 m_point
 
b2Vec2 m_normal
 
float32 m_fraction
 

Constructor & Destructor Documentation

◆ RaysCastCallback()

RaysCastCallback ( )
inline

Member Function Documentation

◆ ReportFixture()

float32 ReportFixture ( b2Fixture *  fixture,
const b2Vec2 &  point,
const b2Vec2 &  normal,
float32  fraction 
)
inline

Member Data Documentation

◆ m_fixture

b2Fixture* m_fixture

◆ m_fraction

float32 m_fraction

◆ m_normal

b2Vec2 m_normal

◆ m_point

b2Vec2 m_point

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