A generic triangle interface.
virtual const CCVector3 * _getA() const =0
Returns the first vertex (A)
virtual ~GenericTriangle()=default
Default destructor.
virtual const CCVector3 * _getC() const =0
Returns the third vertex (C)
virtual const CCVector3 * _getB() const =0
Returns the second vertex (B)
Generic file read and write utility for python interface.