2D vector cross product analog. The cross product of 2D vectors results in a 3D vector with only a Z component.
function CrossProduct(const Other: TAgkPoint): Single; overload;
Parameters |
Description |
const Other: TAgkPoint |
the other point (or vector). |
The magnitude of the Z value of the corss product between this point and Other.
Copyright (c) 2012. All rights reserved.
|