33 : A(_A), B(_B), C(_C) {}
65 : A(_A), B(_B), C(_C) {}
A generic triangle interface.
const CCVector3 * _getB() const override
Returns the second vertex (B)
SimpleRefTriangle()
Default constructor.
SimpleRefTriangle(const CCVector3 *_A, const CCVector3 *_B, const CCVector3 *_C)
Constructor from 3 vertices (references to)
const CCVector3 * B
B vertex (ref)
const CCVector3 * _getC() const override
Returns the third vertex (C)
const CCVector3 * C
C vertex (ref)
const CCVector3 * A
A vertex (ref)
const CCVector3 * _getA() const override
Returns the first vertex (A)
const CCVector3 * _getC() const override
Returns the third vertex (C)
const CCVector3 * _getB() const override
Returns the second vertex (B)
const CCVector3 * _getA() const override
Returns the first vertex (A)
SimpleTriangle()
Default constructor.
SimpleTriangle(const CCVector3 &_A, const CCVector3 &_B, const CCVector3 &_C)
Constructor from 3 vertices.
Generic file read and write utility for python interface.