Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:41, 29 October 2024 by PenguinEncounter (talk | contribs) (Create Vector4 page)
For general information on vectors, see Vector and Vectors and Matrices.

A Vector4 is a vector that contains 4 numbers.

Methods

Method Brief description

Vector/MethodIndex

Fields

Field Brief description

Vector/FieldIndex

x, r, [1] First component.
y, g, [2] Second component.
z, b, [3] Third component.
w, a, [4] Fourth component.

Operators

Operator Brief description

Vector/OperatorIndex

Methods

Vector/Methods

Fields

Vector/Fields

Vector4 fields

x, r, 1


Read/write number. The first component of the vector.

y, g, 2


Read/write number. The second component of the vector.

z, b, 3


Read/write number. The third component of the vector.

w, a, 4


Read/write number. The fourth component of the vector.

Operators

Vector/Operators