rebl-AMR
point Struct Reference

Structure to hold coordinates of a point. More...

#include <geomSTL.h>

Public Member Functions

 point ()
 
 point (float xp, float yp, float zp)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Structure to hold coordinates of a point.

Constructor & Destructor Documentation

◆ point() [1/2]

point::point ( )
inline

z coordinate default constructor

◆ point() [2/2]

point::point ( float  xp,
float  yp,
float  zp 
)
inline

constructor

Member Data Documentation

◆ x

float point::x

x coordinate

◆ y

float point::y

◆ z

float point::z

y coordinate


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