Calculates a vector dot product of this vector and another vector.
function DotProduct(const Other: TAgkPoint): Single; overload;
Parameters |
Description |
const Other: TAgkPoint |
the other point (or vector). |
The vector dot product of this vector and Other.
Copyright (c) 2012. All rights reserved.
|