Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
physicsgeom.c
Go to the documentation of this file.
1
5
9
typedef
PhysicsGeom
dGeom
;
10
typedef
int
[]
PhysicsGeom
;
11
class
PhysicsGeom
12
{
14
proto external
void
Destroy
();
22
static
proto
PhysicsGeom
CreateBox
(
vector
size);
30
static
proto
PhysicsGeom
CreateSphere
(
float
radius);
39
static
proto
PhysicsGeom
CreateCapsule
(
float
radius,
float
height);
48
static
proto
PhysicsGeom
CreateCylinder
(
float
radius,
float
height);
63
static
proto
PhysicsGeom
CreateTriMesh
(
vector
vertices[],
int
indices[],
int
numVertices,
int
numIndices);
64
}
65
PhysicsGeom
Definition
physicsgeom.c:12
PhysicsGeom::CreateCapsule
static proto PhysicsGeom CreateCapsule(float radius, float height)
Creates capsule geometry.
PhysicsGeom::CreateCylinder
static proto PhysicsGeom CreateCylinder(float radius, float height)
Creates cylinder geometry.
PhysicsGeom::CreateSphere
static proto PhysicsGeom CreateSphere(float radius)
Creates sphere geometry.
PhysicsGeom::Destroy
proto external void Destroy()
Destroys geometry.
PhysicsGeom::CreateBox
static proto PhysicsGeom CreateBox(vector size)
Creates box geometry.
PhysicsGeom::CreateTriMesh
static proto PhysicsGeom CreateTriMesh(vector vertices[], int indices[], int numVertices, int numIndices)
Creates tri-mesh geometry.
vector
Definition
enconvert.c:119
dGeom
PhysicsGeom dGeom
Geometric shapes relevant for physics simulation.
Definition
physicsgeom.c:9
Games
Dayz
scripts
1_core
physics
physicsgeom.c
Generated by
1.17.0