Type Definition graphics::math::Matrix2d

source · []
pub type Matrix2d<T = Scalar> = Matrix2x3<T>;
Expand description

The type used for matrices.

Trait Implementations

Appends transform to the current one.

Prepends transform to the current one.

Translate x and y in local coordinates.

Rotate radians in local coordinates.

Orients x axis to look at point locally. Read more

Scales in local coordinates.

Shears in local coordinates.

Rotates degrees in local coordinates.

Translate position in local coordinates.

Orients x axis to look at point locally.

Scales in local coordinates.

Scales in both directions in local coordinates.

Flips vertically in local coordinates.

Flips horizontally in local coordinates.

Flips horizontally and vertically in local coordinates.

Shears in local coordinates.