Picasso API  2.8
Data Fields
_ps_point Struct Reference

A structure that contains a point in a two-dimensional coordinate system. More...

#include <picasso.h>

Data Fields

float x
 
float y
 

Detailed Description

A structure that contains a point in a two-dimensional coordinate system.

Definition at line 202 of file picasso.h.

Field Documentation

◆ x

float _ps_point::x

the x coordinate of the point.

Definition at line 204 of file picasso.h.

◆ y

float _ps_point::y

the y coordinate of the point.

Definition at line 206 of file picasso.h.


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