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