Vector3
3D vector using floating point numbers
Properties
| Type | Variable |
|---|---|
| float | x |
| float | y |
| float | z |
Constructors
| Return Type | Constructor | Value |
|---|---|---|
| Vector3 | Vector3.new() | (0.0, 0.0, 0.0) |
| Vector3 | Vector3.new(x, y, z) | (x, y, z) |
Methods
| Return Type | Method |
|---|---|
| float | length() |
| Vector3 | normalize() |