ClanSoft logo
ClanSoft logo

    CL_Vector::CL_Vector

Syntax

CL_Vector(
        float x = 0.0,
        float y = 0.0,
        float z = 0.0,
        float w = 1.0);

Description

Constructor that initializes a vector


Back to index



This page was built using the Perceps documentation system.