Type Definition graphics::math::Matrix2d [] [src]

type Matrix2d<T = Scalar> = Matrix2x3<T>;

The type used for matrices.

Trait Implementations

impl Transformed for Matrix2d
[src]

[src]

Appends transform to the current one.

[src]

Prepends transform to the current one.

[src]

Translate x and y in local coordinates.

[src]

Rotate radians in local coordinates.

[src]

Orients x axis to look at point locally. Read more

[src]

Scales in local coordinates.

[src]

Shears in local coordinates.

[src]

Rotates degrees in local coordinates.

[src]

Scales in both directions in local coordinates.

[src]

Flips vertically in local coordinates.

[src]

Flips horizontally in local coordinates.

[src]

Flips horizontally and vertically in local coordinates.