Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Attributes | List of all members
SR_vector3d Union Reference

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...
 

Detailed Description

C-compatible 3d double vector representation.

Member Data Documentation

◆ p

double SR_vector3d::p[3]

Array of three doubles to represent a vector or point in 3d space.

◆ x

double SR_vector3d::x

First value in the 3d vector.

◆ y

double SR_vector3d::y

Second value in the 3d vector.

◆ z

double SR_vector3d::z

Third value in the 3d vector.


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