Treats the given values as a vector, augments this vector with a 1, multiplies it against the matrix, and returns a deaugmented vector of the first values 
overload 1:
Matrix3.apply(vec: Vector2): Vector2 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444079||
| Return Value | typings.2002444079
overload 2:
Matrix3.apply(x: Number, y: Number): Vector2 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.2002444079
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: Vector2): Vector2 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444079||
| Return Value | typings.2002444079
overload 2:
Matrix3.applyDir(x: Number, y: Number): Vector2 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.2002444079
Rotates this matrix by the specified amount, changing the values inside
Angles are given in degrees
Returns self for chaining 
overload 1:
Matrix3.rotate(vec: Vector3): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003662
overload 2:
Matrix3.rotate(x: Number, y: Number, z: Number): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1789003662
overload 1:
Matrix3.scale(vec: Vector3): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003662
overload 2:
Matrix3.scale(x: Number, y: Number, z: Number): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1789003662
overload 1:
Matrix3.translate(vec: Vector2): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444079||
| Return Value | typings.-1789003662
overload 2:
Matrix3.translate(x: Number, y: Number): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.-1789003662
listFiles
action_wheel
Action
BlockRaycastTypes