title: shapeworks::Shape::Point summary: TODO: replace this wherever it is used.
shapeworks::Shape::Point
TODO: replace this wherever it is used.
#include <Shape.h>
Public Functions
| Name | |
|---|---|
| Point() | |
| Point(double _x, double _y, double _z) | 
Public Attributes
| Name | |
|---|---|
| double | x | 
| double | y | 
| double | z | 
Public Functions Documentation
function Point
inline Point()
function Point
inline Point(
    double _x,
    double _y,
    double _z
)
Public Attributes Documentation
variable x
double x;
variable y
double y;
variable z
double z;
Updated on 2024-03-17 at 12:58:44 -0600