コード例 #1
0
ファイル: BoundingBox.cs プロジェクト: ClaytonHunt/BlazorGame
 public ContainmentType Contains(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: BoundingBox.cs プロジェクト: ClaytonHunt/BlazorGame
 public bool Intersects(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public static BoundingSphere CreateFromFrustum(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public PlaneIntersectionType Intersects(BoundingFrustum frustum)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void Contains(ref BoundingFrustum frustum, out ContainmentType result)
 {
     throw new NotImplementedException();
 }