constructor
new Vec3Eq(_x, _y, _z)
A 3-dimensional vector equation. This type is typically created by comparison methods on Vec3.
Name | Type | Description |
---|---|---|
_x | bool |
The x component of the vector equation. |
_y | bool |
The y component of the vector equation. |
_z | bool |
The z component of the vector equation. |
Name | Description |
---|---|
x | The x component of the vector equation. |
y | The y component of the vector equation. |
z | The z component of the vector equation. |
Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.