vector_length(3alleg4) Allegro manual vector_length(3alleg4) NAME
vector_length, vector_length_f - Calculates the length of a vector. Allegro game programming library. 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. SEE ALSO
normalize_vector(3alleg4) Allegro version 4.4.2 vector_length(3alleg4)
| Related Man Pages |
|---|
| fixed(3alleg4) - opendarwin |
| get_rotation_matrix(3alleg4) - php |
| get_rotation_matrix(3alleg4) - opendarwin |
| fixed(3alleg4) - plan9 |
| fixed(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| AIX Links |
| Installing Dash Shell on OS X Lion |
| When is a _function_ not a _function_? |
| My first PERL incarnation... Audio Oscillograph |
| Syntax error in subtraction in Bash |