2D Image Processing Library for Cortex-M Processors
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
arm_2d_point_fx_t Struct Reference

a type for coordinates in fixed point More...

#include <arm_2d_types.h>

Data Fields

int32_t X
 x in Cartesian coordinate system More...
 
int32_t Y
 y in Cartesian coordinate system More...
 

Description

a type for coordinates in fixed point

Field Documentation

◆ X

int32_t arm_2d_point_fx_t::X

x in Cartesian coordinate system

◆ Y

int32_t arm_2d_point_fx_t::Y

y in Cartesian coordinate system