nn::math::VEC2::Maximize Member Function

Syntax

self_type & Maximize(
     const VEC2 & lhs,
     const VEC2 & rhs
);

Parameters

Name Description
lhs
rhs

Return Values

Description

Creates the vector formed by the larger of each component of two input vectors.

The vector lhs represents the left side of the equation that calculates the maximum values. The vector rhs represents the right side of the equation that calculates the maximum values.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL