C# Класс Air_Hockey_Simulator.Physics.Line

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

IntersectionWith() публичный Метод

public IntersectionWith ( Line line ) : PointD
line Line
Результат PointD

IntersectionWith() публичный Метод

public IntersectionWith ( Arc arc ) : Air_Hockey_Simulator.Physics.PointD[]
arc Arc
Результат Air_Hockey_Simulator.Physics.PointD[]

Line() публичный Метод

public Line ( PointD point, Angle angle ) : System
point PointD
angle Angle
Результат System

Line() публичный Метод

public Line ( PointD point, double slope ) : System
point PointD
slope double
Результат System

Parallel() публичный Метод

public Parallel ( PointD point ) : Line
point PointD
Результат Line

Perpendicular() публичный Метод

public Perpendicular ( PointD point ) : Line
point PointD
Результат Line

X() публичный Метод

public X ( double y ) : double?
y double
Результат double?

Y() публичный Метод

public Y ( double x ) : double?
x double
Результат double?

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool