hivemind 1.0.0
Loading...
Searching...
No Matches
Core::CartesianCoordinate Struct Reference

A structure that represents a cartesian coordinate. More...

#include <types.h>

Inheritance diagram for Core::CartesianCoordinate:
Inheritance graph
Collaboration diagram for Core::CartesianCoordinate:
Collaboration graph

Public Member Functions

 CartesianCoordinate (double x=0.0, double y=0.0, double z=0.0)
 
JSONSTART JSONDOUBLE (X)
 
JSONSTART JSONDOUBLE (Y)
 

Public Attributes

double X
 
double Y
 
double Z
 

Detailed Description

A structure that represents a cartesian coordinate.

Definition at line 11 of file types.h.

Constructor & Destructor Documentation

◆ CartesianCoordinate()

Core::CartesianCoordinate::CartesianCoordinate ( double  x = 0.0,
double  y = 0.0,
double  z = 0.0 
)
inline

Definition at line 13 of file types.h.

Member Function Documentation

◆ JSONDOUBLE() [1/2]

JSONSTART Core::CartesianCoordinate::JSONDOUBLE ( X  )

◆ JSONDOUBLE() [2/2]

JSONSTART Core::CartesianCoordinate::JSONDOUBLE ( Y  )

Member Data Documentation

◆ X

◆ Y

◆ Z

double Core::CartesianCoordinate::Z

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