Data Structures Lerax 1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
Point Struct Reference

struct Point as 2D space pointer. More...

#include <point.h>

Data Fields

float x
float y

Detailed Description

struct Point as 2D space pointer.

Field Documentation

◆ x

float Point::x

x horizontal point on 2D plane

◆ y

float Point::y

y vertical point on 2D plane


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