playMaker

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

EpicMcDude

  • Junior Playmaker
  • **
  • Posts: 60
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