|
Returns the XYPos of custom component symbol corners relative to Pos (= LH corner)
-
sym
:
Symbol
-
Returns:
XYPos[]
|
|
-
fixedPos
:
XYPos
-
scaleF
:
XYPos
-
sym
:
Symbol
-
Returns:
XYPos
|
|
Scale a point as a vector
-
scale
:
XYPos
-
point
:
XYPos
-
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
|
|
-
vector
:
XYPos
-
points
:
XYPos[]
-
Returns:
XYPos[]
|