コード例 #1
0
ファイル: bound.cpp プロジェクト: ejabx/katana
Bound::Bound( const AxisAlignedBox & aabb )
{
	m_center = aabb.getCenter();
	m_radius = aabb.getExtents().x * 0.5f;
}