libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
vect2_t Struct Reference

#include <geom.h>

Data Fields

double x
 
double y
 

Detailed Description

Generic 2-space vector. On euclidian 2-space, axes are: x: left-to-right (increasing right) y: down-to-up (increasing up)

Y (incr up)
^
|
|
|
+------->
X (incr right)

Definition at line 116 of file geom.h.

Field Documentation

◆ x

double x

Definition at line 117 of file geom.h.

◆ y

double y

Definition at line 118 of file geom.h.


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