Clamp this vector to length Len.
function Clamp(const Len: Single): TAgkPoint; overload;
Parameters |
Description |
const Len: Single |
the length to clamp to. |
This vector clamped to Len.
Copyright (c) 2012. All rights reserved.
|