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

Calculates the vector projection of this vector onto Target.

Syntax
Pascal
function Project(const Target: TAgkPoint): TAgkPoint; overload;
Parameters 
Description 
const Target: TAgkPoint 
the vector to project onto. 

The vector projection of this vector onto Target.

Copyright (c) 2012. All rights reserved.