예제 #1
0
 public bool Intersects(ViewClipShape shape)
 {
     return(Intersection.Intersects(ref this, ref shape));
 }
예제 #2
0
 private void SetScalars()
 {
     Intersection.Project(Axis1, ref this, out A1Min, out A1Max);
     Intersection.Project(Axis2, ref this, out A2Min, out A2Max);
 }