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]);
3차원 점을 표현하는 간략화된 클래스
Definition TPoint3.h:37
사각형을 표현하는 간략화된 클래스
Definition TQuad3.h:38
사각형 두 개의 각 대응 꼭지점을 연결한 비정형 육면체를 표현하는 간략화된 클래스
Definition TQuadrilateralSolid3.h:38
Definition AESCryptography.h:18