C# Class Air_Hockey_Simulator.Physics.Line

Datei anzeigen Open project: CallumJHays/AirHockeyRobot

Public Methods

Method Description
IntersectionWith ( Line line ) : PointD
IntersectionWith ( Arc arc ) : Air_Hockey_Simulator.Physics.PointD[]
Line ( PointD point, Angle angle ) : System
Line ( PointD point, double slope ) : System
Parallel ( PointD point ) : Line
Perpendicular ( PointD point ) : Line
X ( double y ) : double?
Y ( double x ) : double?
operator ( ) : bool

Method Details

IntersectionWith() public method

public IntersectionWith ( Line line ) : PointD
line Line
return PointD

IntersectionWith() public method

public IntersectionWith ( Arc arc ) : Air_Hockey_Simulator.Physics.PointD[]
arc Arc
return Air_Hockey_Simulator.Physics.PointD[]

Line() public method

public Line ( PointD point, Angle angle ) : System
point PointD
angle Angle
return System

Line() public method

public Line ( PointD point, double slope ) : System
point PointD
slope double
return System

Parallel() public method

public Parallel ( PointD point ) : Line
point PointD
return Line

Perpendicular() public method

public Perpendicular ( PointD point ) : Line
point PointD
return Line

X() public method

public X ( double y ) : double?
y double
return double?

Y() public method

public Y ( double x ) : double?
x double
return double?

operator() public static method

public static operator ( ) : bool
return bool