コード例 #1
0
ファイル: Octree.cs プロジェクト: facybenbook/splash-engine
 public bool Contains(Vector3 point)
 {
     return(Top.Contains(point));
 }