s3d_vector_subtract(3) debian man page | unix.com

Man Page: s3d_vector_subtract

Operating Environment: debian

Section: 3

S3D_VECTOR_SUBTRACT(3)						    s3d Manual						    S3D_VECTOR_SUBTRACT(3)

NAME
s3d_vector_subtract - substract two vectors
SYNOPSIS
#include <s3d.h> void s3d_vector_subtract(const float vector1[], const float vector2[], float result_vector[]);
DESCRIPTION
Subtracts vector1 from vector2, writing result into result_vector. 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_SUBTRACT(3)
Related Man Pages
cosf(3) - mojave
cosl(3) - mojave
sinf(3) - mojave
sinl(3) - mojave
cos(3) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results