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
Public Attributes
Public Functions Documentation
function Point
inline Point()
function Point
inline Point(
double _x,
double _y,
double _z
)
Public Attributes Documentation
variable x
double x = 0;
variable y
double y = 0;
variable z
double z = 0;
Updated on 2025-04-23 at 22:52:44 +0000