C# Class AdvancedAlgorithms.ConvexHull.ConvexHull.Vector

Inheritance: System.Point
Mostra file Open project: RodH257/Advanced-Algorithm-Problems

Public Properties

Property Type Description
PointItBelongsTo System.Point

Public Methods

Method Description
AngleTo ( Vector v2 ) : double
ToString ( ) : string
Vector ( int x, int y ) : System
VectorBetween ( System.Point from, System.Point to ) : Vector

Method Details

AngleTo() public method

public AngleTo ( Vector v2 ) : double
v2 Vector
return double

ToString() public method

public ToString ( ) : string
return string

Vector() public method

public Vector ( int x, int y ) : System
x int
y int
return System

VectorBetween() public static method

public static VectorBetween ( System.Point from, System.Point to ) : Vector
from System.Point
to System.Point
return Vector

Property Details

PointItBelongsTo public_oe property

public Point,System PointItBelongsTo
return System.Point