AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.Clamp Method (Single)

Clamp this vector to length Len.

Syntax
Pascal
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.