Man Page: normalize_vector
Operating Environment: debian
Section: 3alleg4
normalize_vector(3alleg4) Allegro manual normalize_vector(3alleg4)NAMEnormalize_vector, normalize_vector_f - Converts the vector to a unit vector. Allegro game programming library.SYNOPSIS#include <allegro.h> void normalize_vector(fixed *x, fixed *y, fixed *z); void normalize_vector_f(float *x, float *y, float *z);DESCRIPTIONConverts the vector (*x, *y, *z) to a unit vector. This points in the same direction as the original vector, but has a length of one.SEE ALSOvector_length(3alleg4), dot_product(3alleg4), cross_product(3alleg4), exstars(3alleg4) Allegro version 4.4.2 normalize_vector(3alleg4)
| Related Man Pages |
|---|
| exstars(3alleg4) - debian |
| exstars(3alleg4) - php |
| exstars(3alleg4) - redhat |
| exstars(3alleg4) - plan9 |
| exstars(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |