Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible 2d integer vector representation. More...
#include <types.h>
Public Attributes | |
int64_t | p [2] |
Array of two integer values to represent a vector or point in 2d space. More... | |
int64_t | x |
First value in the 2d vector. More... | |
int64_t | y |
Second value in the 2d vector. More... | |
C-compatible 2d integer vector representation.
Copyright (C) 2022 Dimenco
This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula
This source code is considered Protected Code under the definitions of the EULA.
int64_t SR_vector2i::p[2] |
Array of two integer values to represent a vector or point in 2d space.
int64_t SR_vector2i::x |
First value in the 2d vector.
int64_t SR_vector2i::y |
Second value in the 2d vector.