C# Class Air_Hockey_Simulator.Physics.Line

Afficher le fichier Open project: CallumJHays/AirHockeyRobot

Méthodes publiques

Méthode 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 méthode

public IntersectionWith ( Line line ) : PointD
line Line
Résultat PointD

IntersectionWith() public méthode

public IntersectionWith ( Arc arc ) : Air_Hockey_Simulator.Physics.PointD[]
arc Arc
Résultat Air_Hockey_Simulator.Physics.PointD[]

Line() public méthode

public Line ( PointD point, Angle angle ) : System
point PointD
angle Angle
Résultat System

Line() public méthode

public Line ( PointD point, double slope ) : System
point PointD
slope double
Résultat System

Parallel() public méthode

public Parallel ( PointD point ) : Line
point PointD
Résultat Line

Perpendicular() public méthode

public Perpendicular ( PointD point ) : Line
point PointD
Résultat Line

X() public méthode

public X ( double y ) : double?
y double
Résultat double?

Y() public méthode

public Y ( double x ) : double?
x double
Résultat double?

operator() public static méthode

public static operator ( ) : bool
Résultat bool