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

Calculates a vector dot product.

Syntax
Pascal
class function DotProduct(const A: TAgkPoint; const B: TAgkPoint): Single; overload;
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.

Copyright (c) 2012. All rights reserved.