Scripting

Search The Documentation:

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

distVector2

Platform Compatibility

PC Mac OSX Oculus Quest
X X X

Distance between two points in 2D

Parameters:

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

returns a Float (decimal number) value

Example:

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

How can we help?