C# Класс InfoStrat.MotionFx.PolarCoordCollection

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

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

Метод Описание
AddPoint ( Point2D position ) : void
AddPoint ( PolarCoord coord ) : void
Clear ( ) : void
GetCoordsByAngle ( int angle ) : IEnumerable
IsPointPresent ( int x, int y ) : bool
PolarCoordCollection ( ) : System
RemovePoint ( PolarCoord coord ) : void
UpdateCenter ( Point2D center ) : void
UpdateCenter ( Point2D center, System.Windows.Vector up ) : void

Приватные методы

Метод Описание
InitHistogram ( ) : void

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

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

public AddPoint ( Point2D position ) : void
position Point2D
Результат void

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

public AddPoint ( PolarCoord coord ) : void
coord PolarCoord
Результат void

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

public Clear ( ) : void
Результат void

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

public GetCoordsByAngle ( int angle ) : IEnumerable
angle int
Результат IEnumerable

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

public IsPointPresent ( int x, int y ) : bool
x int
y int
Результат bool

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

public PolarCoordCollection ( ) : System
Результат System

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

public RemovePoint ( PolarCoord coord ) : void
coord PolarCoord
Результат void

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

public UpdateCenter ( Point2D center ) : void
center Point2D
Результат void

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

public UpdateCenter ( Point2D center, System.Windows.Vector up ) : void
center Point2D
up System.Windows.Vector
Результат void