BoundingSphere::CreateMerged 함수(directxcollision.h)
지정된 두 BoundingSphere 개체가 포함된 BoundingSphere를 만듭니다.
구문
void CreateMerged(
[out, ref] BoundingSphere & Out,
[in, ref] const BoundingSphere & S1,
[in, ref] const BoundingSphere & S2
) noexcept;
매개 변수
[out, ref] Out
지정된 두 BoundingSphere 개체를 포함하는 새 BoundingSphere입니다.
[in, ref] S1
새 BoundingSphere에 포함되어야 하는 BoundingSphere입니다.
[in, ref] S2
새 BoundingSphere에 포함되어야 하는 BoundingSphere입니다.
반환 값
없음
설명
플랫폼 요구 사항
Windows 8용 Windows SDK를 사용하는 Microsoft Visual Studio 2010 또는 Microsoft Visual Studio 2012. Win32 데스크톱 앱, Windows 스토어 앱 및 Windows Phone 8개 앱에서 지원됩니다.요구 사항
대상 플랫폼 | Windows |
헤더 | directxcollision.h |
추가 정보
참조