PhysicsGetWorldDimensions
Physics
PhysicsGetWorldDimensions Reference
#include "TrueAxis.bi"
Description
- Call this function to get the position and size of the world that the physics simulation will run in.
- see also: PhysicsSetWorldDimensions.
- Functions:
- declare sub PhysicsGetWorldDimensions(byref centerX as single, byref centerY as single, byref centerZ as single, _
- byref width_ as single, byref height as single, byref depth as single)
- declare sub PhysicsV3GetWorldDimensions(byref v3Center as TA_Vec3, byref v3Dimension as TA_Vec3)
- declare sub PhysicsAABBGetWorldDimensions(byref aabb as TA_AABB)
Copyright © 2015
Created with the Freeware Edition of HelpNDoc: Free Web Help generator