Vector4.Vector4static function Vector4 (x : float, y : float, z : float, w : float) : Vector4DescriptionCreates a new vector with given x, y, z, w components. static function Vector4 (x : float, y : float, z : float) : Vector4DescriptionCreates a new vector with given x, y, z components and sets w to zero. static function Vector4 (x : float, y : float) : Vector4DescriptionCreates a new vector with given x, y components and sets z and w to zero. |
