LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
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) 2025 Leia, Inc.
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.