s3d_vector_dot_product(3) debian man page | unix.com

Man Page: s3d_vector_dot_product

Operating Environment: debian

Section: 3

S3D_VECTOR_DOT_PRODU(3) 					    s3d Manual						   S3D_VECTOR_DOT_PRODU(3)

NAME
s3d_vector_dot_product - calculate dot product of two vectors
SYNOPSIS
#include <s3d.h> float s3d_vector_dot_product(const float vector1[], const float vector2[]);
DESCRIPTION
Calculates and returns the dot product of vector1 and vector2. All vectors should have the format float[3]. More info on wikipedia. http://en.wikipedia.org/wiki/Vector_(spatial)
AUTHOR
Simon Wunderlich Author of s3d s3d S3D_VECTOR_DOT_PRODU(3)
Related Man Pages
sin(3) - mojave
sinf(3) - mojave
sbvec2f(3) - debian
sbvec4f(3) - debian
swfdisplayitem(3) - php
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph