Vector library
From GiderosMobile
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2026.1
Description
This library implements functionality for the vector type in addition to the built-in primitive operator support. Default Gideros configuration uses vectors with 3 components (x, y, and z).
Individual vector components can be accessed using the fields x or X, y or Y, z or Z. Since vector values are immutable, writes to individual components are not supported.
Reference
https://luau.org/library/#vector-library
Methodsvector.create creates a new vector with the given component values |
EventsConstants |