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

#include <sf3_physics_model.h>

Data Fields

float transform [16]
 
uint8_t type
 
float w
 The radius along X.
 
float h
 The radius along Y.
 
float d
 The radius along Z.
 

Detailed Description

An ellipsoid shape described by the radii along the principal axes.

Definition at line 24 of file sf3_physics_model.h.

Field Documentation

◆ d

float sf3_shape_ellipsoid::d

The radius along Z.

Definition at line 32 of file sf3_physics_model.h.

◆ h

float sf3_shape_ellipsoid::h

The radius along Y.

Definition at line 30 of file sf3_physics_model.h.

◆ transform

float sf3_shape_ellipsoid::transform[16]

Definition at line 25 of file sf3_physics_model.h.

◆ type

uint8_t sf3_shape_ellipsoid::type

Definition at line 26 of file sf3_physics_model.h.

◆ w

float sf3_shape_ellipsoid::w

The radius along X.

Definition at line 28 of file sf3_physics_model.h.


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