vec3.z: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
|class = Vec3 | |class = Vec3 | ||
|name = z | |name = z | ||
|readonly = false | |||
|returnTypes = float | |returnTypes = float | ||
|usage = fetch or set the Z component of the 3D vector | |usage = fetch or set the Z component of the 3D vector | ||
|returnInfo = a floating-point number representing the Z component of the 3D vector | |returnInfo = a floating-point number representing the Z component of the 3D vector | ||
}} | }} | ||
Latest revision as of 22:45, 17 November 2022
z
Signature: void z()
Usage: fetch or set the Z component of the 3D vector
Return
void