Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 416 Bytes

Dist.vec3.vec3.md

File metadata and controls

29 lines (15 loc) · 416 Bytes

Dist(vec3, vec3)

Returns the distance between vector1 and vector2.

float dist(vec3 vector1, vec3 vector2)

Parameters

vector1

Type: vec3

The first vector.

vector2

Type: vec3

The second vector.

Returns

float

The distance between vector1 and vector2.