nn::math::VEC2::Minimize Member Function

Syntax

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

Arguments

Name Description
lhs
rhs

Return Values

Description

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

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

Revision History

2010/01/29
Initial version.

CONFIDENTIAL