Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | List of all members
g_point Class Reference

a geometric point More...

#include <g_point.h>

+ Inheritance diagram for g_point:
+ Collaboration diagram for g_point:

Public Member Functions

 g_point ()
 
 g_point (double x, double y, double z)
 
 g_point (const float x[3])
 
 g_point (const double x[3])
 
 g_point (const a_point &p)
 
void print (std::ostream &o)
 
void print (a_text &o)
 

Detailed Description

a geometric point

Definition at line 29 of file g_point.h.

Constructor & Destructor Documentation

◆ g_point() [1/5]

g_point::g_point ( )
inline

Definition at line 32 of file g_point.h.

◆ g_point() [2/5]

g_point::g_point ( double  x,
double  y,
double  z 
)
inline

Definition at line 33 of file g_point.h.

◆ g_point() [3/5]

g_point::g_point ( const float  x[3])
inline

Definition at line 34 of file g_point.h.

◆ g_point() [4/5]

g_point::g_point ( const double  x[3])
inline

Definition at line 35 of file g_point.h.

◆ g_point() [5/5]

g_point::g_point ( const a_point &  p)
inline

Definition at line 36 of file g_point.h.

Member Function Documentation

◆ print() [1/2]

void g_point::print ( a_text &  o)

Definition at line 47 of file g_point.cxx.

◆ print() [2/2]

void g_point::print ( std::ostream &  o)

Definition at line 24 of file g_point.cxx.


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