Skip to main content

Class: Vector4

This page documents the methods and fields available in the Vector4 class.

Members

SignatureDescription
Vector4(float)Creates a new instance of Vector4.
Vector4(float, float)Creates a new instance of Vector4.
Vector4(float, float, float)Creates a new instance of Vector4.
Vector4(float, float, float, float)Creates a new instance of Vector4.
Vector4(float, float, float, int)Creates a new instance of Vector4.
Vector4(float, float, int)Creates a new instance of Vector4.
Vector4(float, float, int, int)Creates a new instance of Vector4.
Vector4(float, int)Creates a new instance of Vector4.
Vector4(float, int, float)Creates a new instance of Vector4.
Vector4(float, int, int)Creates a new instance of Vector4.
Vector4(float, int, int, int)Creates a new instance of Vector4.
Vector4(int)Creates a new instance of Vector4.
Vector4(int, float)Creates a new instance of Vector4.
Vector4(int, float, float)Creates a new instance of Vector4.
Vector4(int, float, int, int)Creates a new instance of Vector4.
Vector4(int, int)Creates a new instance of Vector4.
Vector4(int, int, float)Creates a new instance of Vector4.
Vector4(int, int, float, int)Creates a new instance of Vector4.
Vector4(int, int, int, float)Creates a new instance of Vector4.
Vector4(int, int, int, int)Creates a new instance of Vector4.
getW()Returns the current w.
getX()Returns the current x.
getY()Returns the current y.
getZ()Returns the current z.
set(Vector4)Sets or updates the the value.
set(float)Sets or updates the the value.
set(float, float, float, float)Sets or updates the the value.
setW(float)Sets or updates the w.
setX(float)Sets or updates the x.
setY(float)Sets or updates the y.
setZ(float)Sets or updates the z.