VTFLib/VTFMathlib.cpp File Reference

#include "VTFMathlib.h"

Include dependency graph for VTFMathlib.cpp:


Functions

void VecAdd (Vector *a, Vector *b, Vector *sum)
 Vector addition function.
void VecSub (Vector *a, Vector *b, Vector *diff)
 Vector subtraction function.
void VecScale (Vector *v, vlSingle scale)
 Vector scale function.
vlSingle VecDot (Vector *u, Vector *v)
 Vector dot-product function.
void VecReflect (Vector *axis, Vector *v, Vector *r)
 Vector reflect function.
vlInt Intersect (Vector *v)
 Vector intersect function.

Function Documentation

vlInt Intersect ( Vector v  ) 

Vector intersect function.

void VecAdd ( Vector a,
Vector b,
Vector sum 
)

Vector addition function.

vlSingle VecDot ( Vector u,
Vector v 
)

Vector dot-product function.

void VecReflect ( Vector axis,
Vector v,
Vector r 
)

Vector reflect function.

void VecScale ( Vector v,
vlSingle  scale 
)

Vector scale function.

void VecSub ( Vector a,
Vector b,
Vector diff 
)

Vector subtraction function.


Generated on Fri Dec 28 23:26:22 2007 for VTFLib 1.2.7 by  doxygen 1.5.4