Public Member Functions | Public Attributes | List of all members
IntPoint3D Class Reference

#include <point.h>

Public Member Functions

 IntPoint3D ()
 
 IntPoint3D (int _x, int _y, int _z)
 

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

A light-weight integer point with fields x,y,z

Definition at line 53 of file point.h.

Constructor & Destructor Documentation

IntPoint3D::IntPoint3D ( )
inline

Definition at line 55 of file point.h.

IntPoint3D::IntPoint3D ( int  _x,
int  _y,
int  _z 
)
inline

Definition at line 56 of file point.h.

Member Data Documentation

int IntPoint3D::x

Definition at line 57 of file point.h.

int IntPoint3D::y

Definition at line 57 of file point.h.

int IntPoint3D::z

Definition at line 57 of file point.h.


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


dynamicEDT3D
Author(s): Christoph Sprunk
autogenerated on Mon Jun 10 2019 14:00:23