Struct Point3

Struct Documentation

struct Point3

A point representing a position in 3D space.

Public Members

double x = 0

x coordinate position

double y = 0

y coordinate position

double z = 0

z coordinate position