Type Definition nalgebra::base::MatrixN

source ·
pub type MatrixN<N, D> = MatrixMN<N, D, D>;
Expand description

A statically sized column-major square matrix with D rows and columns.

Implementations§

Creates a new homogeneous matrix that applies the same scaling factor on each dimension.

Creates a new homogeneous matrix that applies a distinct scaling factor for each dimension.

Creates a new homogeneous matrix that applies a pure translation.

Creates a square matrix with its diagonal set to diag and all other entries set to 0.

Trait Implementations§

Performs an operation.
Performs specific operation.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
The identity element.
Specific identity.
Returns the multiplicative identity element of Self, 1. Read more
Sets self to the multiplicative identity element of Self, 1.
Returns true if self is equal to the multiplicative identity. Read more
Method which takes an iterator and generates Self from the elements by multiplying the items. Read more
Method which takes an iterator and generates Self from the elements by multiplying the items. Read more
Applies this group’s action on a vector from the euclidean space. Read more
Applies this group’s action on a point from the euclidean space.