Technical Overview
Release Notes
Device Guide
Programming Guide
Reference Manual
HOOPS 3DF
TechSoft3d
SEARCH:
HOOPS/3dGS Reference Manual
Brief Index
Full Index
Events Index
I.M. Reference
Functions
Compute_Dot_Product
Functions
double
Compute_Dot_Product
(const
HC_POINT
*vector1, const
HC_POINT
*vector2)
Detailed Description
Function Documentation
double Compute_Dot_Product
(
const
HC_POINT
*
vector1
,
const
HC_POINT
*
vector2
)
Parameters
vector1
- Input 3D vector.
vector2
- Input 3D vector.
Returns
value
DETAILS
Compute_Dot_Product()
takes two 3-D vectors and computes their scalar dot-product.
NOTES
RESTRICTIONS
See Also
Compute_Coordinates
,
Compute_Cross_Product
Brief Index
Full Index
Events Index
I.M. Reference