Skip to main content
Matrix
rapier2d
0.33.0-alpha
Matrix
Aliased Type
Trait Implementations
MatrixColumn
In rapier2d::
math
rapier2d
::
math
Type Alias
Matrix
Copy item path
Source
pub type Matrix =
Mat2
;
Expand description
The matrix type.
Aliased Type
§
pub struct Matrix(
/* private fields */
);
Trait Implementations
§
Source
§
impl
MatrixColumn
for
Matrix
Source
§
type
Column
=
Vec2
The column type returned by
column()
.
Source
§
fn
column
(&self, i:
usize
) -> Self::
Column
Returns the i-th column of this matrix.