8 #include <pybind11/pybind11.h>
9 #include <pybind11/stl.h>
10 #include <pybind11/stl_bind.h>
15 using namespace pybind11::literals;
19 py::class_<cloudViewer::GenericTriangle>(cccorelib,
"GenericTriangle")
void define_GenericTriangle(py::module &cccorelib)
virtual const CCVector3 * _getA() const =0
Returns the first vertex (A)
virtual const CCVector3 * _getC() const =0
Returns the third vertex (C)
virtual const CCVector3 * _getB() const =0
Returns the second vertex (B)