Vec2Eq

constructor

new Vec2Eq(_x, _y)

Description

A 2-dimensional vector equation. This type is typically created by comparison methods on Vec2.

Arguments

Name Type Description
_x bool The x component of the vector equation.
_y bool The y component of the vector equation.

Properties

Name Description
x The x component of the vector equation.
y The y 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.