playMaker

Author Topic: Get Angle between game objects using Dot Product  (Read 1152 times)

EpicMcDude

  • Playmaker Newbie
  • *
  • Posts: 45
Get Angle between game objects using Dot Product
« on: April 11, 2022, 07:19:18 AM »
Hello,

I needed an action to check if a game object was in front or behind of another object using a normalized value, so I made this action. It has optional events to send and you can choose which axis you would consider the front axis.

Thank you