GetDistance3D: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Function|Server & Client|1.0}}
{{Info|Function|Server & Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets the distance between to 3 dimensional points.}}


{{FuncSyntax|GetDistance3D(x, y, z, x2, y2, z2)}}
{{FuncSyntax|GetDistance3D(x, y, z, x2, y2, z2)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|x of the first point.}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|y of the first point.}}
{{FuncParam|z|__EDIT_ME__}}
{{FuncParam|z|z of the first point.}}
{{FuncParam|x2|__EDIT_ME__}}
{{FuncParam|x2|x of the second point.}}
{{FuncParam|y2|__EDIT_ME__}}
{{FuncParam|y2|y of the second point.}}
{{FuncParam|z2|__EDIT_ME__}}
{{FuncParam|z2|u of the second point.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|The distance between the 2 points.}}


== Example ==
== Example ==
Line 19: Line 19:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
[[GetDistanceSquared3D]]
[[GetDistance2D]]

Revision as of 19:18, 28 September 2019

GetDistance3D

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Gets the distance between to 3 dimensional points.

Syntax

GetDistance3D(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
    u of the second point.

Return Value

  • The distance between the 2 points.

Example

__EDIT_ME__

See also

GetDistanceSquared3D GetDistance2D