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
vect3_t Struct Reference

#include <geom.h>

Data Fields

double x
 
double y
 
double z
 

Detailed Description

A generic 3-space vector. Looking down onto a plane embedded in euclidian 3-space, the axes are: x: left-to-right (increasing right) y: down-to-up (increasing up) z: away-towards viewer (increasing towards viewer)

Y (incr up)
^
|
|
|
x-------->
Z X (incr right)
(incr towards us)

Definition at line 89 of file geom.h.

Field Documentation

◆ x

double x

Definition at line 90 of file geom.h.

◆ y

double y

Definition at line 91 of file geom.h.

◆ z

double z

Definition at line 92 of file geom.h.


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