i6engine
1.0
|
contains informations for periodic raytests More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/physics/PhysicsNode.h>
Public Member Functions | |
PeriodicRaytest () | |
PeriodicRaytest (const Vec3 &f, const Vec3 &t, api::PhysicalStateComponent::RayTestNotify rtn, api::GameMessage::Ptr msg) | |
Public Attributes | |
Vec3 | from |
Vec3 | to |
api::PhysicalStateComponent::RayTestNotify | raytestNotify |
api::GameMessage::Ptr | message |
api::RayTestResult | lastResult |
contains informations for periodic raytests
Definition at line 51 of file PhysicsNode.h.
|
inline |
Definition at line 59 of file PhysicsNode.h.
|
inline |
Definition at line 62 of file PhysicsNode.h.
Vec3 i6e::modules::PeriodicRaytest::from |
Definition at line 52 of file PhysicsNode.h.
api::RayTestResult i6e::modules::PeriodicRaytest::lastResult |
Definition at line 57 of file PhysicsNode.h.
api::GameMessage::Ptr i6e::modules::PeriodicRaytest::message |
Definition at line 55 of file PhysicsNode.h.
api::PhysicalStateComponent::RayTestNotify i6e::modules::PeriodicRaytest::raytestNotify |
Definition at line 54 of file PhysicsNode.h.
Vec3 i6e::modules::PeriodicRaytest::to |
Definition at line 53 of file PhysicsNode.h.