Scripting

Search The Documentation:

  1. Home
  2. Docs
  3. Scripting
  4. Math
  5. diffVector2

diffVector2

Platform Compatibility

PC Mac OSX Oculus Quest
X X X

Get the difference (A – B) between two Vector2

Parameters:

  • x
    • A float value
  • y
    • A float value
  • x2
    • A float value
  • y2
    • A float value

returns a String (text) value

Example:

1
obj.diffVector2(x, y, x2, y2)
Tags
Was this article helpful to you? Yes No

How can we help?