Skip to content

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

cpp inline Point()

function Point

cpp inline Point( double _x, double _y, double _z )

Public Attributes Documentation

variable x

cpp double x = 0;

variable y

cpp double y = 0;

variable z

cpp double z = 0;


Updated on 2026-03-31 at 16:02:10 +0000