Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
normalize_vector(3)		 Allegro manual 	     normalize_vector(3)

NAME
     normalize_vector,	normalize_vector_f  - Converts the vector to a unit vec-
     tor. 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);

DESCRIPTION
     Converts 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 ALSO
     vector_length(3), dot_product(3), cross_product(3), exstars(3)

Allegro 			  version 4.4.3 	     normalize_vector(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=normalize_vector_f&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help