Struct agb::display::object::AffineMatrix[][src]

pub struct AffineMatrix<'a> {
    pub attributes: AffineMatrixAttributes,
    // some fields omitted
}
Expand description

Refers to an affine matrix in the OAM. Includes both an index and the components of the affine matrix.

Fields

attributes: AffineMatrixAttributes

Implementations

Commits matrix to OAM, will cause any objects using this matrix to be updated.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.