libkipr  1.0.0
point3 Struct Reference

A 3D point; has x, y, and z. More...

#include <geometry.h>

Public Attributes

int x
 the x value of the point More...
 
int y
 the y value of the point More...
 
int z
 the z value of the point More...
 

Detailed Description

A 3D point; has x, y, and z.

Member Data Documentation

◆ x

int point3::x

the x value of the point

◆ y

int point3::y

the y value of the point

◆ z

int point3::z

the z value of the point


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