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

a type for coordinates in floating point More...

#include <arm_2d_types.h>

Data Fields

float fX
 x in Cartesian coordinate system More...
 
float fY
 y in Cartesian coordinate system More...
 

Description

a type for coordinates in floating point

Field Documentation

◆ fX

float arm_2d_point_float_t::fX

x in Cartesian coordinate system

◆ fY

float arm_2d_point_float_t::fY

y in Cartesian coordinate system