arsa  2.7
Public Attributes | List of all members
SDL_FPoint Struct Reference

The structure that defines a point (floating point) More...

#include <SDL_rect.h>

Public Attributes

float x
 
float y
 

Detailed Description

The structure that defines a point (floating point)

See also
SDL_EnclosePoints
SDL_PointInRect

Definition at line 60 of file SDL_rect.h.

Member Data Documentation

◆ x

float SDL_FPoint::x

Definition at line 62 of file SDL_rect.h.

◆ y

float SDL_FPoint::y

Definition at line 63 of file SDL_rect.h.


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