Vector3.Vector3static function Vector3 (x : float, y : float, z : float) : Vector3DescriptionCreates a new vector with given x, y, z components. static function Vector3 (x : float, y : float) : Vector3DescriptionCreates a new vector with given x, y components and sets z to zero. |
