C# 클래스 GlueViewTestPlugins.EntityControl.ResizingLogic

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
ApplyChangeVariables ( FlatRedBall.PositionedObject objectToResize, float cursorXChange, float cursorYChange, float xChangeCoef, float yChangeCoef ) : void
ApplyCircleResize ( float &cursorXChange, float &cursorYChange, float &xChangeCoef, float &yChangeCoef, float selectedScaleXCoefficient, float selectedScaleYCoefficient, float oppositeX, float oppositeY, float cursorX, float cursorY, Circle circle, float handleX, float handleY ) : void

비공개 메소드들

메소드 설명
AdjustPositionsAfterScaling ( FlatRedBall.PositionedObject pObj, float xChange, float yChange, float xChangeCoef, float yChangeCoef ) : void

메소드 상세

ApplyChangeVariables() 공개 메소드

public ApplyChangeVariables ( FlatRedBall.PositionedObject objectToResize, float cursorXChange, float cursorYChange, float xChangeCoef, float yChangeCoef ) : void
objectToResize FlatRedBall.PositionedObject
cursorXChange float
cursorYChange float
xChangeCoef float
yChangeCoef float
리턴 void

ApplyCircleResize() 공개 메소드

public ApplyCircleResize ( float &cursorXChange, float &cursorYChange, float &xChangeCoef, float &yChangeCoef, float selectedScaleXCoefficient, float selectedScaleYCoefficient, float oppositeX, float oppositeY, float cursorX, float cursorY, Circle circle, float handleX, float handleY ) : void
cursorXChange float
cursorYChange float
xChangeCoef float
yChangeCoef float
selectedScaleXCoefficient float
selectedScaleYCoefficient float
oppositeX float
oppositeY float
cursorX float
cursorY float
circle Circle
handleX float
handleY float
리턴 void