AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
Data Fields
ComposerTransform Struct Reference

Affine transformation parameters passed down during scene orchestration. More...

#include <sprite_composer.h>

Data Fields

int rotation
 
int scale_x
 
int scale_y
 
int translate_x
 
int translate_y
 

Detailed Description

Affine transformation parameters passed down during scene orchestration.

Field Documentation

◆ rotation

int ComposerTransform::rotation

Rotation angle in degrees.

◆ scale_x

int ComposerTransform::scale_x

Horizontal scaling factor.

◆ scale_y

int ComposerTransform::scale_y

Vertical scaling factor.

◆ translate_x

int ComposerTransform::translate_x

Horizontal translation offset.

◆ translate_y

int ComposerTransform::translate_y

Vertical translation offset.


The documentation for this struct was generated from the following file: