You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Manoylov Andriy eb8d3c5f80 add ukrainian translation 10 months ago
..
README-ua.md add ukrainian translation 10 months ago
README-vi.md Translate the glossary section 4 years ago
README.md Remove trailing whitespaces 7 years ago

README.md

Length

Calculate the length of a vector

Declaration

float length(float x)  
float length(vec2 x)  
float length(vec3 x)  
float length(vec4 x)

Parameters

x specifies a vector of which to calculate the length.

Description

length() returns the length of the vector.

See Also

distance(), normalize(), Chapter 07: Shapes