INTERNAL_CALL_TestPlanesAABB() private method

private INTERNAL_CALL_TestPlanesAABB ( Plane planes, Bounds &bounds ) : bool
planes Plane
bounds Bounds
return bool
コード例 #1
0
 public static bool TestPlanesAABB(Plane[] planes, Bounds bounds)
 {
     return(GeometryUtility.INTERNAL_CALL_TestPlanesAABB(planes, ref bounds));
 }