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

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

Detailed Description

C-compatible 2d double vector representation.

Member Data Documentation

◆ p

double SR_vector2d::p[2]

Array of two doubles to represent a vector or point in 2d space.

◆ x

double SR_vector2d::x

First value in the 2d vector.

◆ y

double SR_vector2d::y

Second value in the 2d vector.


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