A vertex point representation for STL files. More...
#include <triSurface/STLpoint.H>
A vertex point representation for STL files.
Definition at line 50 of file STLpoint.H.
Inheritance diagram for STLpoint:
Collaboration diagram for STLpoint:Public Member Functions | |
| STLpoint () | |
| Construct null.
| |
| STLpoint (float x, float y, float z) | |
| Construct from components.
| |
| STLpoint (const point &pt) | |
| Construct from point.
| |
| STLpoint (Istream &is) | |
| Construct from istream.
| |
| operator point () const | |
| Conversion to point.
| |
| STLpoint () | |
| Construct null.
| |
| STLpoint (float x, float y, float z) | |
| Construct from components.
| |
| STLpoint (const point &) | |
| Construct from point.
| |
| STLpoint (Istream &) | |
| Construct from istream.
| |
| operator point () const | |
| STLpoint | ( | ) | [inline]
|
Construct null.
Definition at line 60 of file STLpoint.H.
| STLpoint | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) | [inline]
|
Construct from components.
Definition at line 64 of file STLpoint.H.
Construct from point.
Definition at line 70 of file STLpoint.H.
Construct from istream.
Definition at line 76 of file STLpoint.H.
| STLpoint | ( | ) | [inline]
|
Construct null.
| STLpoint | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) | [inline]
|
Construct from components.
| operator point | ( | ) | const [inline]
|
Conversion to point.
Definition at line 85 of file STLpoint.H.
References Vector< float >::x(), Vector< float >::y(), and Vector< float >::z().
| operator point | ( | ) | const [inline]
|