s3d_vector_cross_product(3) debian man page | unix.com

Man Page: s3d_vector_cross_product

Operating Environment: debian

Section: 3

S3D_VECTOR_CROSS_PRO(3) 					    s3d Manual						   S3D_VECTOR_CROSS_PRO(3)

NAME
s3d_vector_cross_product - calculate cross product of two vectors
SYNOPSIS
#include <s3d.h> void s3d_vector_cross_product(const float vector1[], const float vector2[], float result_vector[]);
DESCRIPTION
Calculates and returns the cross 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_CROSS_PRO(3)
Related Man Pages
cos(3) - mojave
sinf(3) - mojave
sinl(3) - mojave
math::vecstat(3pm) - debian
xracer::math(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?