#include <pybind_wrapper_test.h>
|
| Point3 (double x, double y, double z) |
|
double | sum () const override |
|
double | x () const |
|
double | x (double to_add) const |
|
double | y () const |
|
double | z () const |
|
virtual | ~PointBase () |
|
Definition at line 34 of file pybind_wrapper_test.h.
◆ Point3()
anzu::Point3::Point3 |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
◆ sum()
double Point3::sum |
( |
| ) |
const |
|
overridevirtual |
◆ x() [1/2]
double anzu::Point3::x |
( |
| ) |
const |
|
inline |
◆ x() [2/2]
double anzu::Point3::x |
( |
double |
to_add | ) |
const |
|
inline |
◆ y()
double anzu::Point3::y |
( |
| ) |
const |
|
inline |
◆ z()
double anzu::Point3::z |
( |
| ) |
const |
|
inline |
◆ x_
◆ y_
◆ z_
The documentation for this class was generated from the following files: