#include <pybind_wrapper_test.h>
Public Member Functions | |
Point4 (const sub::Point2 &p_in, double z_in, double w_in) | |
double | sum () |
Public Attributes | |
const anzu::sub::Point2 | p |
double | w |
double | z |
Definition at line 114 of file pybind_wrapper_test.h.
|
inline |
Definition at line 116 of file pybind_wrapper_test.h.
|
inline |
Definition at line 118 of file pybind_wrapper_test.h.
const anzu::sub::Point2 anzu::sub2::Point4::p |
Definition at line 120 of file pybind_wrapper_test.h.
double anzu::sub2::Point4::w |
Definition at line 122 of file pybind_wrapper_test.h.
double anzu::sub2::Point4::z |
Definition at line 121 of file pybind_wrapper_test.h.