libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_shape_box Struct Reference

A box shape described by the half-widths along the principal axes. More...

#include <sf3_physics_model.h>

Data Fields

float transform [16]
 
uint8_t type
 
float w
 The half-size in X.
 
float h
 The half-size in Y.
 
float d
 The half-size in Z.
 

Detailed Description

A box shape described by the half-widths along the principal axes.

Definition at line 36 of file sf3_physics_model.h.

Field Documentation

◆ d

float sf3_shape_box::d

The half-size in Z.

Definition at line 44 of file sf3_physics_model.h.

◆ h

float sf3_shape_box::h

The half-size in Y.

Definition at line 42 of file sf3_physics_model.h.

◆ transform

float sf3_shape_box::transform[16]

Definition at line 37 of file sf3_physics_model.h.

◆ type

uint8_t sf3_shape_box::type

Definition at line 38 of file sf3_physics_model.h.

◆ w

float sf3_shape_box::w

The half-size in X.

Definition at line 40 of file sf3_physics_model.h.


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