33 class FL_EXPORT TRange3
43 TRange3(
const TRange3<T>& tq)
45 memcpy(tpPoints, tq.tpPoints,
sizeof(tpPoints));
50 tpPoints[0].Set(tpLB);
51 tpPoints[1].Set(tpUB);
54 TRange3(T tLBX, T tLBY, T tLBZ, T tUBX, T tUBY, T tUBZ)
64 void Set(
const TRange3<T>& tq)
66 memcpy(tpPoints, tq.tpPoints,
sizeof(tpPoints));
71 tpPoints[0].Set(tpLB);
72 tpPoints[1].Set(tpUB);
75 void Set(T tLBX, T tLBY, T tLBZ, T tUBX, T tUBY, T tUBZ)
Simplified class representing a 3-D point.
Definition TPoint3.h:37
Simplified class representing a 3D range.
Definition TRange3.h:34
Definition AESCryptography.h:18