Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible 3d double vector representation. More...
#include <types.h>
Public Attributes | |
double | p [3] |
Array of three doubles to represent a vector or point in 3d space. More... | |
double | x |
First value in the 3d vector. More... | |
double | y |
Second value in the 3d vector. More... | |
double | z |
Third value in the 3d vector. More... | |
C-compatible 3d double vector representation.
double SR_vector3d::p[3] |
Array of three doubles to represent a vector or point in 3d space.
double SR_vector3d::x |
First value in the 3d vector.
double SR_vector3d::y |
Second value in the 3d vector.
double SR_vector3d::z |
Third value in the 3d vector.