Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 346 Bytes

Vdist2.md

File metadata and controls

23 lines (19 loc) · 346 Bytes
ns
SYSTEM

VDIST2

// 0xB7A628320EFF8E47 0xC85DEF1F
float VDIST2(float x1, float y1, float z1, float x2, float y2, float z2);
Calculates distance between vectors but does not perform Sqrt operations. (Its way faster)  

Parameters

  • x1:
  • y1:
  • z1:
  • x2:
  • y2:
  • z2:

Return value