Creates a Matrix2 using the given parameters as columns
If you call the function with no parameters, returns the 2x2 identity matrix 
overload 1:
MatricesAPI.mat2(): Matrix2 | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1789003663
overload 2:
MatricesAPI.mat2(col1: Vector2, col2: Vector2): Matrix2 | Method Property | Fluent Description | Representation |
|---|---|---|
| col1 accepts | typings.2002444079||
| col2 accepts | typings.2002444079||
| Return Value | typings.-1789003663
Creates a Matrix3 using the given parameters as columns
If you call the function with no parameters, returns the 3x3 identity matrix 
overload 1:
MatricesAPI.mat3(): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1789003662
overload 2:
MatricesAPI.mat3(col1: Vector3, col2: Vector3, col3: Vector3): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| col1 accepts | typings.2002444080||
| col2 accepts | typings.2002444080||
| col3 accepts | typings.2002444080||
| Return Value | typings.-1789003662
Creates a Matrix4 using the given parameters as columns
If you call the function with no parameters, returns the 4x4 identity matrix 
overload 1:
MatricesAPI.mat4(): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1789003661
overload 2:
MatricesAPI.mat4(col1: Vector4, col2: Vector4, col3: Vector4, col4: Vector4): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| col1 accepts | typings.2002444081||
| col2 accepts | typings.2002444081||
| col3 accepts | typings.2002444081||
| col4 accepts | typings.2002444081||
| Return Value | typings.-1789003661
Creates a new Matrix3 that rotates by the specified angles
Angles are given in degrees, and the rotation order is ZYX 
overload 1:
MatricesAPI.rotation3(vec: Vector3): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003662
overload 2:
MatricesAPI.rotation3(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
Creates a new Matrix4 that rotates by the specified angles
Angles are given in degrees, and the rotation order is ZYX 
overload 1:
MatricesAPI.rotation4(vec: Vector3): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003661
overload 2:
MatricesAPI.rotation4(x: Number, y: Number, z: Number): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1789003661
overload 1:
MatricesAPI.scale2(vec: Vector2): Matrix2 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444079||
| Return Value | typings.-1789003663
overload 2:
MatricesAPI.scale2(x: Number, y: Number): Matrix2 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.-1789003663
overload 1:
MatricesAPI.scale3(vec: Vector3): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003662
overload 2:
MatricesAPI.scale3(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:
MatricesAPI.scale4(vec: Vector3): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003661
overload 2:
MatricesAPI.scale4(x: Number, y: Number, z: Number): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1789003661
overload 1:
MatricesAPI.translate3(vec: Vector2): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444079||
| Return Value | typings.-1789003662
overload 2:
MatricesAPI.translate3(x: Number, y: Number): Matrix3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.-1789003662
overload 1:
MatricesAPI.translate4(vec: Vector3): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.-1789003661
overload 2:
MatricesAPI.translate4(x: Number, y: Number, z: Number): Matrix4 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1789003661
listFiles
action_wheel
Action
BlockRaycastTypes