ManifoldType
class
class ManifoldType {
static const int CIRCLES = 0;
static const int FACE_A = 1;
static const int FACE_B = 2;
}
Static Properties
const int CIRCLES #
static const int CIRCLES = 0
const int FACE_A #
static const int FACE_A = 1
const int FACE_B #
static const int FACE_B = 2