02.05.2014 Views

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Geometry<br />

The Direction2 class is defined as:<br />

public sealed class Direction2<br />

{<br />

public static readonly Direction2 Null;<br />

public static readonly Direction2 Zero;<br />

public Direction2(double x, double y);<br />

public Direction2(Direction2 input);<br />

public Direction2(Vector2 input);<br />

public static Direction2 operator - (Direction2 arg);<br />

public static bool operator != (Direction2 lhs, Direction2rhs);<br />

public static Direction2 operator + (Direction2 arg);<br />

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

public static explicit operator Vector2 (Direction2 arg);<br />

public static implicit operator Direction2 (Vector2 arg);<br />

public Vector2 NormalizedVector { get; }<br />

public double X { get; }<br />

public double Y { get; }<br />

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

public override int GetHashCode ();<br />

public override string ToString ();<br />

public static bool IsNull (Direction2 obj);<br />

public static Direction2 Negate (Direction2 arg);<br />

public static Direction2 Plus (Direction2 arg);<br />

}<br />

4-150 <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!