CFBDGraphic_Vec2i¶
Module: Point Utilities
Represents a 2D vector with signed 32-bit integer components. More...
#include <point.h>
Public Attributes¶
| Name | |
|---|---|
| int32_t | x |
| int32_t | y |
Detailed Description¶
Represents a 2D vector with signed 32-bit integer components.
This structure is used for vector operations that may result in negative values, such as the difference between two points. The use of 32-bit signed integers allows for proper representation of negative displacements.
Public Attributes Documentation¶
variable x¶
X-component of the vector
variable y¶
Y-component of the vector
Updated on 2026-02-03 at 13:21:55 +0000