Man Page: vector_length_f
Operating Environment: debian
Section: 3alleg4
vector_length(3alleg4) Allegro manual vector_length(3alleg4)NAMEvector_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);DESCRIPTIONCalculates the length of the vector (x, y, z), using that good 'ole Pythagoras theorem.SEE ALSOnormalize_vector(3alleg4) Allegro version 4.4.2 vector_length(3alleg4)
| Related Man Pages |
|---|
| fixed(3alleg4) - debian |
| get_rotation_matrix(3alleg4) - centos |
| get_rotation_matrix(3alleg4) - opendarwin |
| fixed(3alleg4) - plan9 |
| fixed(3alleg4) - redhat |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |