Vec3Eq

constructor

new Vec3Eq(_x, _y, _z)

Description

A 3-dimensional vector equation. This type is typically created by comparison methods on Vec3.

Arguments

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.

Properties

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.

Methods

Name Description
any OR comparison of the components.
every AND comparison of the components.

Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.