Treats the given values as a vector, augments this vector with a 0, multiplies it against the matrix, and returns a deaugmented vector of the first values
overload 1:
Matrix3:applyDir(vec)
Method Property | Fluent Description | Representation |
vec accepts | a Vector2 | |
Return Value | a Vector2 | |
overload 2:
Matrix3:applyDir(x, y)
Method Property | Fluent Description | Representation |
x accepts | a Number | |
y accepts | a Number | |
Return Value | a Vector2 | |