C# Class InfoStrat.MotionFx.PolarCoordCollection

ファイルを表示 Open project: InfoStrat/MotionFx

Public Methods

Method Description
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

Private Methods

Method Description
InitHistogram ( ) : void

Method Details

AddPoint() public method

public AddPoint ( Point2D position ) : void
position Point2D
return void

AddPoint() public method

public AddPoint ( PolarCoord coord ) : void
coord PolarCoord
return void

Clear() public method

public Clear ( ) : void
return void

GetCoordsByAngle() public method

public GetCoordsByAngle ( int angle ) : IEnumerable
angle int
return IEnumerable

IsPointPresent() public method

public IsPointPresent ( int x, int y ) : bool
x int
y int
return bool

PolarCoordCollection() public method

public PolarCoordCollection ( ) : System
return System

RemovePoint() public method

public RemovePoint ( PolarCoord coord ) : void
coord PolarCoord
return void

UpdateCenter() public method

public UpdateCenter ( Point2D center ) : void
center Point2D
return void

UpdateCenter() public method

public UpdateCenter ( Point2D center, System.Windows.Vector up ) : void
center Point2D
up System.Windows.Vector
return void