An example Object: a Vertex with x,y,z coordinates.
More...
#include <example.h>
An example Object: a Vertex with x,y,z coordinates.
Note that this Object forgets any Propeties of the Vertex (e.g. color) except the coordinates.
PLY::Vertex::Vertex |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
Instantiated constructor.
- Parameters
-
x | the value for x |
y | the value for y |
z | the value for z |
bool PLY::Vertex::make_element |
( |
Element & |
elem) | |
const |
|
inlinevirtual |
float PLY::Vertex::x |
( |
) | |
const |
|
inline |
Get the x coordinate.
- Returns
- the x coordinate.
void PLY::Vertex::x |
( |
float |
coord) | |
|
|
inline |
Set the x coordinate.
- Parameters
-
float PLY::Vertex::y |
( |
) | |
const |
|
inline |
Get the y coordinate.
- Returns
- the y coordinate.
void PLY::Vertex::y |
( |
float |
coord) | |
|
|
inline |
Set the y coordinate.
- Parameters
-
float PLY::Vertex::z |
( |
) | |
const |
|
inline |
Get the z coordinate.
- Returns
- the z coordinate.
void PLY::Vertex::z |
( |
float |
coord) | |
|
|
inline |
Set the z coordinate.
- Parameters
-
The documentation for this struct was generated from the following files: