Tile - YVector3 - Distance – Ylands
Category: Instructions
| m (YlandsClassyBot moved page Ylands Tile - Vector3 distance to Ylands:Tile - YVector3 - Distance: New Structure) | No edit summary | ||
| Line 1: | Line 1: | ||
| [[ | <!--- | ||
| THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
| --> | |||
| == Distance(A, B) == | |||
| [[File:YlandsTile-148.png]] | |||
| <pre>static distance(a: YVector3, b: YVector3): number;</pre> | |||
| === Parameters === | |||
| ==== a ==== | |||
| Vector A | |||
| ==== b ==== | |||
| Vector B | |||
| === Returns === | |||
| '''number''' Number | |||
| === Description === | |||
| Returns '''distance''' between two '''points'''. | |||
| Line 8: | Line 31: | ||
| [[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Distance(A, B)
static distance(a: YVector3, b: YVector3): number;
Parameters
a
Vector A
b
Vector B
Returns
number Number
Description
Returns distance between two points.
 
	