Struct Point3d

Struct Documentation

struct Point3d

Point3d structure

x,y,z coordinates that define a 3D point.

Public Functions

Point3d() = default
inline Point3d(double x, double y, double z)

Public Members

double x = 0
double y = 0
double z = 0