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

A convex hull described by its edge vertices. More...

#include <sf3_physics_model.h>

Data Fields

float transform [16]
 
uint8_t type
 
uint16_t count
 The number of vertices stored.
 
float vertices []
 The vertices described as triplets of X, Y, Z coordinates.
 

Detailed Description

A convex hull described by its edge vertices.

Definition at line 72 of file sf3_physics_model.h.

Field Documentation

◆ count

uint16_t sf3_shape_mesh::count

The number of vertices stored.

Definition at line 76 of file sf3_physics_model.h.

◆ transform

float sf3_shape_mesh::transform[16]

Definition at line 73 of file sf3_physics_model.h.

◆ type

uint8_t sf3_shape_mesh::type

Definition at line 74 of file sf3_physics_model.h.

◆ vertices

float sf3_shape_mesh::vertices[]

The vertices described as triplets of X, Y, Z coordinates.

Definition at line 78 of file sf3_physics_model.h.


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