Scalar multiplication of a point (or vector) by a value.
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.
|