Skip to content

Point_distance_3d

hugh greene edited this page Jun 20, 2022 · 1 revision

Notation

Description

Calculates the distance between two three dimensional vectors and returns the result.

Parameters

  • x1 (x1,y1,z1) represent the first coordinate
  • y1
  • z1
  • x2 (x2,y2,z2) represent the second coordinate
  • y2
  • z2

Return Values

double: Returns the distance between two 3D points.

Example Call

Example of using the function.

NOTOC

Category:Function:Real

Clone this wiki locally