vector_length_f(3) Calculates the length of a vector. Allegro game programming library.

Other Alias

vector_length

SYNOPSIS

#include <allegro.h>

fixed vector_length(fixed x, fixed y, fixed z);

float vector_length_f(float x, float y, float z);

DESCRIPTION

Calculates the length of the vector (x, y, z), using that good 'ole Pythagoras theorem.