|
|
static implicit | operator Matrix2i64 (ConstBox_Matrix2i64 other) |
| | Copy contents from a wrapper class to this struct.
|
| |
|
static MR.Matrix2i64 | zero () |
| | Generated from method MR.Matrix2i64.zero.
|
| |
|
static MR.Matrix2i64 | identity () |
| | Generated from method MR.Matrix2i64.identity.
|
| |
|
static MR.Matrix2i64 | scale (long s) |
| | returns a matrix that scales uniformly Generated from method MR.Matrix2i64.scale.
|
| |
|
static MR.Matrix2i64 | scale (long sx, long sy) |
| | returns a matrix that has its own scale along each axis Generated from method MR.Matrix2i64.scale.
|
| |
|
static unsafe MR.Matrix2i64 | scale (in MR.Vector2i64 s) |
| | Generated from method MR.Matrix2i64.scale.
|
| |
|
static unsafe MR.Matrix2i64 | fromRows (in MR.Vector2i64 x, in MR.Vector2i64 y) |
| | constructs a matrix from its 2 rows Generated from method MR.Matrix2i64.fromRows.
|
| |
|
static unsafe MR.Matrix2i64 | fromColumns (in MR.Vector2i64 x, in MR.Vector2i64 y) |
| | constructs a matrix from its 2 columns; use this method to get the matrix that transforms basis vectors ( plusX, plusY ) into vectors ( x, y ) respectively Generated from method MR.Matrix2i64.fromColumns.
|
| |
|
static unsafe bool | operator== (MR.Matrix2i64 a, MR.Matrix2i64 b) |
| | Generated from function MR.operator==.
|
| |
|
static unsafe bool | operator!= (MR.Matrix2i64 a, MR.Matrix2i64 b) |
| |
|
static unsafe MR.Matrix2i64 | operator+ (MR.Matrix2i64 a, in MR.Matrix2i64 b) |
| | Generated from function MR.operator+.
|
| |
|
static unsafe MR.Matrix2i64 | operator- (MR.Matrix2i64 a, in MR.Matrix2i64 b) |
| | Generated from function MR.operator-.
|
| |
|
static unsafe MR.Matrix2i64 | operator* (long a, MR.Matrix2i64 b) |
| | Generated from function MR.operator*.
|
| |
|
static unsafe MR.Matrix2i64 | operator* (MR.Matrix2i64 b, long a) |
| | Generated from function MR.operator*.
|
| |
|
static MR.Matrix2i64 | operator/ (MR.Matrix2i64 b, long a) |
| | Generated from function MR.operator/.
|
| |
|
static unsafe MR.Vector2i64 | operator* (MR.Matrix2i64 a, in MR.Vector2i64 b) |
| | x = a * b Generated from function MR.operator*.
|
| |
|
static unsafe MR.Matrix2i64 | operator* (MR.Matrix2i64 a, in MR.Matrix2i64 b) |
| | product of two matrices Generated from function MR.operator*.
|
| |
arbitrary 2x2 matrix Generated from class MR.Matrix2i64. This is the by-value version of the struct.