times
Return
this matrix for chaining.
Parameters
values from this matrix will right-multiply this matrix. A*B results in AB.
See also
Return
this matrix for chaining.
Parameters
scales the matrix in the both the x and y components.
Return
this matrix for chaining.
Parameters
this vector will be left-multiplied by this matrix, assuming the third component is 1f.
Return
this matrix for chaining.
Parameters
values from this matrix will right-multiply this matrix. A*B results in AB.
See also
Return
this matrix for chaining.
Parameters
scales the matrix in the x, y and z components.
Return
this matrix for chaining.
Parameters
this vector will be left-multiplied by this matrix, assuming the forth component is 1f.
Creates a range by scaling this range's start and endInclusive by the multiplier.
Creates a range by scaling the range's start and endInclusive by this multiplier.
Return
a new Vector2 instance with the operation result.
Parameters
values from vector will multiply vector.
Return
a new Vector2 instance with the operation result.
Parameters
will be used to multiply both vector values.
Return
a new Vector3 instance with the operation result.
Parameters
values from this vector will multiply this vector.
Return
a new Vector3 instance with the operation result.
Parameters
will be used to multiply all vector values.
Return
a new Vector4 instance with the operation result.
Parameters
values from this vector will multiply this vector element-wise similarly to Vector4.scl.
Return
a new Vector4 instance with the operation result.
Parameters
will be used to multiply all vector values.