Calculates a vector dot product.
|
Parameters |
Description |
|
const A: TAgkPoint |
the first point (or vector). |
|
const B: TAgkPoint |
the second point (or vector). |
The vector dot product of A and B.
This is not a cross product. Use the CrossProduct method for that.
|
Copyright (c) 2012. All rights reserved.
|