GetDistanceSquared3D

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetDistanceSquared3D

Type: Function
Context: Client
Introduced: v1.0

Description

Get the distance between points squared in relation to the three dimensions.

Syntax

GetDistanceSquared3D(x, y, z, x2, y2, z2)

Parameters

  • x
    x of the first point.
  • y
    y of the first point.
  • z
    z of the first point.
  • x2
    x of the second point.
  • y2
    y of the second point.
  • z2
    z of the second point.

Return Value

  • The square of the distance between the 2 points.

Example

__EDIT_ME__

See also