INTERNAL_CALL_TestPlanesAABB() 개인적인 메소드

private INTERNAL_CALL_TestPlanesAABB ( Plane planes, Bounds &bounds ) : bool
planes Plane
bounds Bounds
리턴 bool
예제 #1
0
 public static bool TestPlanesAABB(Plane[] planes, Bounds bounds)
 {
     return(GeometryUtility.INTERNAL_CALL_TestPlanesAABB(planes, ref bounds));
 }