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

pub struct AffineMatrixAttributes {
    pub p_a: i16,
    pub p_b: i16,
    pub p_c: i16,
    pub p_d: i16,
}
Expand description

The components of the affine matrix. The components are fixed point 8:8. TODO is a type that can handle fixed point arithmetic.

Fields

p_a: i16p_b: i16p_c: i16p_d: i16

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.