AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.Multiply Operator (Single, TAgkPoint)

Scalar multiplication of a point (or vector) by a value.

Syntax
Pascal
class operator Multiply(const S: Single; const A: TAgkPoint);
Parameters 
Description 
const S: Single 
the scalar value to multiply the point with. 
const A: TAgkPoint 
the point. 

The scalar product of A and S.

Copyright (c) 2012. All rights reserved.