コード例 #1
0
 Boole Overlap(const AxisAlignedBox& Box, const Plane& Surface)
 {
     return ( Plane::S_Both == Surface.GetSide(Box.GetCenter(),Box.GetHalfSize()) );
 }