53 tqQuads[0].Set(tpPoint11, tpPoint12, tpPoint13, tpPoint14);
54 tqQuads[1].Set(tpPoint21, tpPoint22, tpPoint23, tpPoint24);
57 THexahedron(
const TQuad3<T>& tpQuad1,
const TQuad3<T>& tpQuad2) :
THexahedron(tpQuad1.tpPoints[0], tpQuad1.tpPoints[1], tpQuad1.tpPoints[2], tpQuad1.tpPoints[3], tpQuad2.tpPoints[0], tpQuad2.tpPoints[1], tpQuad2.tpPoints[2], tpQuad2.tpPoints[3])