Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
AdjustPositionsAfterScaling ( FlatRedBall.PositionedObject pObj, float xChange, float yChange, float xChangeCoef, float yChangeCoef ) : void |
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 | |
return | void |
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 | |
return | void |