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

Calculates the vector projection of V1 onto V2.

Syntax
Pascal
class function Project(const V1: TAgkPoint; const V2: TAgkPoint): TAgkPoint; overload;
Parameters 
Description 
const V1: TAgkPoint 
the source vector. 
const V2: TAgkPoint 
the vector to project onto. 

The vector projection of V1 onto V2.

Copyright (c) 2012. All rights reserved.