Terrain Rasterizer
Conversion of GPS data into 2.5D topographic maps
Loading...
Searching...
No Matches
Point Struct Reference

Represents a point in 3D space. More...

#include <MNT.hpp>

Collaboration diagram for Point:
Collaboration graph

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Represents a point in 3D space.

Member Data Documentation

◆ x

double Point::x

X coordinate (e.g., longitude or projected X).

◆ y

double Point::y

Y coordinate (e.g., latitude or projected Y).

◆ z

double Point::z

Z coordinate (e.g., altitude).


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