Vector.one

From GiderosMobile
Revision as of 02:54, 1 February 2026 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

(table) = vector.one

Return values

Returns (table) the vector coordinates set to 1

Example

local v1 = vector.one
print(v1) -- 1, 1, 1