English
Appearance
new Vector3 ((x, y, z))
Creates a new Vector3 object with the specified x, y, and z components.
number?
let vec3:Vector3 = new Vector3(1,2,3)