Plugin : Projection Tx

Author:Rex.Rainbow

Download

Properties

Origin

  • Position of Logic (0,0).

X at (0,0)

  • Physical X co-ordinate at logic (0,0).

Y at (0,0)

  • Physical Y co-ordinate at logic (0,0).

Vector U

  • Offset from Logic (1,0) to Logic (0,0).

UX

  • Physical X offset of Logic (1,0) - Logic (0,0).

UY

  • Physical Y offset of Logic (1,0) - Logic (0,0).

Vector V

  • Offset from Logic (0,1) to Logic (0,0).

VX

  • Physical X offset of Logic (0,1) - Logic (0,0).

VY

  • Physical Y offset of Logic (0,1) - Logic (0,0).

Misc

  • Misc.

Directions

  • Directions of neighbots.
    • Options : ["4 directions","8 directions"]

Actions

Directions

Action:Set directions

  • Set directions.
    • Directions ( Combo ) : Directions of neighbots
      • Options : ["4 directions","8 directions"]

Origin

Action:Set origin

  • Set Physical origin logic (0,0) position (position of logic (0,0)).
    • X ( number ) : Physical X co-ordinate at logic (0,0).
    • Y ( number ) : Physical Y co-ordinate at logic (0,0).

Vector UV

Action:Set vector U

  • Set vector U, physical offset of Logic (1,0) - Logic (0,0).
    • X ( number ) : Physical X offset of Logic (1,0) - Logic (0,0).
    • Y ( number ) : Physical Y offset of Logic (1,0) - Logic (0,0).

Action:Set vector V

  • Set vector V, physical offset of Logic (0,1) - Logic (0,0).
    • X ( number ) : Physical X offset of Logic (0,1) - Logic (0,0).
    • Y ( number ) : Physical Y offset of Logic (0,1) - Logic (0,0).

Expressions

Direction code

Expression:DIRRIGHT

  • Direction code of right.

Expression:DIRDOWN

  • Direction code of down.

Expression:DIRLEFT

  • Direction code of left.

Expression:DIRUP

  • Direction code of up.

Expression:DIRRIGHTDOWN

  • Direction code of right-down.

Expression:DIRLEFTDOWN

  • Direction code of left-down.

Expression:DIRLEFTUP

  • Direction code of left-up.

Expression:DIRRIGHTUP

  • Direction code of right-up.

Logic

Expression:PXY2LX

  • Get logic X by physical X,Y co-ordinate.
    • X ( number ) : The physical X.
    • Y ( number ) : The physical Y.

Expression:PXY2LY

  • Get logic Y by physical X,Y co-ordinate.
    • X ( number ) : The physical X.
    • Y ( number ) : The physical Y.

Origin

Expression:POX

  • Get physical X co-ordinate at logic (0,0).

Expression:POY

  • Get physical Y co-ordinate at logic (0,0).

Physical

Expression:LXY2PX

  • Get physical X co-ordinate by logic X,Y index. Return (-1) if this position does not exist.
    • X ( number ) : The logic X.
    • Y ( number ) : The logic Y.

Expression:LXY2PY

  • Get physical Y co-ordinate by logic X,Y index. Return (-1) if this position does not exist.
    • X ( number ) : The logic X.
    • Y ( number ) : The logic Y.

Vector U

Expression:UX

  • Physical X offset of Logic (1,0) - Logic (0,0).

Expression:UY

  • Physical Y offset of Logic (1,0) - Logic (0,0).

Vector V

Expression:VX

  • Physical X offset of Logic (0,1) - Logic (0,0).

Expression:VY

  • Physical Y offset of Logic (0,1) - Logic (0,0).

Conditions