02.05.2014 Views

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Geometry<br />

The Box2 class is defined as:<br />

public sealed class Box2<br />

{<br />

public Box2 (Point2 firstCorner, Point2 secondCorner);<br />

public bool IsDegenerate { get; }<br />

public Point2 Max { get; }<br />

public Point2 Min { get; }<br />

public static readonly Box2 Null = new Box2 (Point2.Null,<br />

Point2.Null);<br />

public override bool Equals (object obj);<br />

public override int GetHashCode ();<br />

public bool IsInside (Point2 point);<br />

public override string ToString ();<br />

public static bool operator != (Box2 lhs, Box2 rhs);<br />

public static bool operator == (Box2 lhs, Box2 rhs);<br />

}<br />

4-156 <strong>Ocean</strong> Application Development Framework 2008.1<br />

<strong>Schlumberger</strong> Private

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!