37 class FL_EXPORT TQuadrilateralSolid3
43 TQuadrilateralSolid3()
47 TQuadrilateralSolid3(
const TQuadrilateralSolid3<T>& tqs) : TQuadrilateralSolid3(tqs.tqPlanes[0], tqs.tqPlanes[1])
53 tqPlanes[0].Set(tpPoint00, tpPoint01, tpPoint02, tpPoint03);
54 tqPlanes[1].Set(tpPoint10, tpPoint11, tpPoint12, tpPoint13);
57 TQuadrilateralSolid3(
const TQuad3<T>& tqPlane0,
const TQuad3<T>& tqPlane1) : TQuadrilateralSolid3(tqPlane0.tpPoints[0], tqPlane0.tpPoints[1], tqPlane0.tpPoints[2], tqPlane0.tpPoints[3], tqPlane1.tpPoints[0], tqPlane1.tpPoints[1], tqPlane1.tpPoints[2], tqPlane1.tpPoints[3])
61 void Set(
const TQuadrilateralSolid3<T>& tqs)
63 tqPlanes[0] = tqs.tqPlanes[0];
64 tqPlanes[1] = tqs.tqPlanes[1];
69 tqPlanes[0].Set(tpPoint00, tpPoint01, tpPoint02, tpPoint03);
70 tqPlanes[1].Set(tpPoint10, tpPoint11, tpPoint12, tpPoint13);
75 Set(tqPlane0.tpPoints[0], tqPlane0.tpPoints[1], tqPlane0.tpPoints[2], tqPlane0.tpPoints[3], tqPlane1.tpPoints[0], tqPlane1.tpPoints[1], tqPlane1.tpPoints[2], tqPlane1.tpPoints[3]);
Simplified class representing a 3-D point.
Definition TPoint3.h:37
Simplified class representing a quadrangle.
Definition TQuad3.h:38
A simplified class that represents an irregular hexahedron formed by connecting corresponding vertice...
Definition TQuadrilateralSolid3.h:38
Definition AESCryptography.h:18