vector_length(3alleg4) debian man page | unix.com

Man Page: vector_length

Operating Environment: debian

Section: 3alleg4

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
get_rotation_matrix(3alleg4) - debian
fixed(3alleg4) - centos
get_rotation_matrix(3alleg4) - centos
get_rotation_matrix(3alleg4) - php
fixed(3alleg4) - redhat
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph