Signature
native get_distance(const origin1[3], const origin2[3]);
Description
Calculates the distance between two input vectors.
Parameters
- origin1 — The first vector
- origin2 — The second vector
Returns
The distance between two input vectors