vec3.squaredDistance

From GTA Connected
Revision as of 15:36, 24 August 2019 by Mex (talk | contribs) (Mex moved page Vec3.squaredDistance to vec3.squaredDistance)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

squaredDistance

Signature: void squaredDistance(Vec3 vector2)

Usage: fetch the squared distance of the two 3D vectors

Parameters

Vec2 vector2 The second 2D vector.

Return

void

On failure: float 0.0