Vector.one
From GiderosMobile
Available since: Gideros 2026.1
Class: vector library
Description
Constant vector with all components set to 1. Includes the fourth component in 4-wide mode.
(vector) = vector.one
Return values
Returns (vector) the vector with coordinates set to 1
Example
local v1 : vector = vector.one
print(v1) -- 1, 1, 1