Query: vector_length_f
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
|---|
| get_rotation_matrix_f(3alleg4) - debian |
| get_rotation_matrix(3alleg4) - suse |
| get_rotation_matrix(3alleg4) - centos |
| fixed(3alleg4) - netbsd |
| get_rotation_matrix_f(3alleg4) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |