nw::lyt::res::Vec3::Vec3 Constructor

Syntax

Vec3(
     f32 x,
     f32 y,
     f32 z
);

Arguments

Name Description
x The x coordinate value.
y The y coordinate value.
z The z coordinate value.

Description

Constructor.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL