ClanSoft logo
ClanSoft logo

    CL_Vector::rotate

Syntax

CL_Vector rotate(
        float angle,
        const CL_Vector& a);

Parameters

angle-angle to rotate
a-rotation axis

Return value

the rotated vector

Description

Returns the current vector rotated around vector a and angle angle


Back to index



This page was built using the Perceps documentation system.