AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.DotProduct Method (TAgkPoint)

Calculates a vector dot product of this vector and another vector.

Syntax
Pascal
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.