Header menu logo issie

SymbolHelpers Module

Functions and values

Function or value Description

getCustomSymCorners sym

Full Usage: getCustomSymCorners sym

Parameters:
Returns: XYPos[]

Returns the XYPos of custom component symbol corners relative to Pos (= LH corner)

sym : Symbol
Returns: XYPos[]

getNewPos fixedPos scaleF sym

Full Usage: getNewPos fixedPos scaleF sym

Parameters:
Returns: XYPos
fixedPos : XYPos
scaleF : XYPos
sym : Symbol
Returns: XYPos

scalePoint scale point

Full Usage: scalePoint scale point

Parameters:
Returns: XYPos

Scale a point as a vector

scale : XYPos
point : XYPos
Returns: XYPos

scaleWrtFixed scale fixedPos movePos

Full Usage: scaleWrtFixed scale fixedPos movePos

Parameters:
Returns: XYPos

Apply scaling centered at fixedPos (p0) to vector movePos (p1) In matrix operations: (p0-p1) * M + p1

scale : XYPos
fixedPos : XYPos
movePos : XYPos
Returns: XYPos

translatePoints vector points

Full Usage: translatePoints vector points

Parameters:
Returns: XYPos[]
vector : XYPos
points : XYPos[]
Returns: XYPos[]

Type something to start searching.