Пример #1
0
Bound::Bound( const AxisAlignedBox & aabb )
{
	m_center = aabb.getCenter();
	m_radius = aabb.getExtents().x * 0.5f;
}