Type Definition style::values::computed::transform::Matrix [] [src]

type Matrix = GenericMatrix<Number>;

computed value of matrix()

Methods

impl Matrix
[src]

[src]

Get an identity matrix

Trait Implementations

impl From<Matrix> for Matrix3D
[src]

[src]

Performs the conversion.

impl Animate for Matrix
[src]

[src]

Animate a value towards another one, given an animation procedure.