port from perforce
This commit is contained in:
16
aiwaz/Backup/Aiwaz.Contracts/IPickHull.cs
Normal file
16
aiwaz/Backup/Aiwaz.Contracts/IPickHull.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using SlimDX;
|
||||
|
||||
namespace Aiwaz.Contracts
|
||||
{
|
||||
public interface IPickHull
|
||||
{
|
||||
bool TryPick(Ray pickRay, Matrix worldMatrix, out float distance);
|
||||
|
||||
BoundingSphere CalcBoundingSphere(Matrix worldMatrix);
|
||||
BoundingBox CalcBoundingBox(Matrix worldMatrix);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user