|
PhysicsService Struct Reference
[Physics]
Inherits Service.
Inherited by PhysicsImpl.
List of all members.
Detailed Description
Physics system interface.
Member Function Documentation
| virtual void PhysicsService::advance |
( |
Float |
timestep |
) |
[pure virtual] |
|
|
|
Advance the simulation of all simulated objects by the given timestep. |
| virtual Vector3 PhysicsService::getGravity |
( |
|
) |
const [pure virtual] |
|
|
|
Get the global gravity vector. |
|
|
Resolve a collision between two rigid bodies. |
| virtual void PhysicsService::setGravity |
( |
Float |
x, |
|
|
Float |
y, |
|
|
Float |
z |
|
) |
[pure virtual] |
|
|
|
Specify the global gravity vector. |
The documentation for this struct was generated from the following file:
Flat Four Engine
Copyright (C) 2001 by 379, Inc.
|
This page generated by Doxygen
|
|