Module agb::display::object[][src]

Expand description

Implements sprites.

Structs

AffineMatrix

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

AffineMatrixAttributes

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

ObjectAffine

The affine object, with potential for using a transformation matrix to alter how the sprite is rendered to screen.

ObjectControl

Handles distributing objects and matricies along with operations that effect all objects.

ObjectStandard

The standard object, without rotation.

Enums

Size