Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 457 Bytes

vector3.md

File metadata and controls

15 lines (12 loc) · 457 Bytes

Vector3

Properties

Name Type Mode Description
x number RW
y number RW
z number RW

Non-Instance Functions

Name Returns Parameters Description
new Waypoint - Creates a Vector3 with all components set to 0
new Waypoint number x, number y, number z Creates a Vector3 with the given x, y and z components