Light | Dark

distance

Name

distance — calculate the distance between two points

Declaration

float distance( genType p0,
genType p1);

Parameters

p0

Specifies the first of two points

p1

Specifies the second of two points

Description

distance returns the distance between the two points p0 and p1. i.e., length(p0 - p1);

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10
distance (genType)

See Also

length, normalize

Think you can improve this page? Edit this page on GitHub.