norm Class

Represent a norm number. Each element is a floating point number in the range of [-1.0f, 1.0f].

class norm;

Members

Public Constructors

Name

Description

norm::norm Constructor

Overloaded. Default constructor. Initialize to 0.0f.

Public Operators

Name

Description

norm::operator- Operator

norm::operator-- Operator

norm::operator float Operator

Conversion operator. Convert the norm number to a floating point value.

norm::operator*= Operator

norm::operator/= Operator

norm::operator++ Operator

norm::operator+= Operator

norm::operator= Operator

norm::operator-= Operator

Inheritance Hierarchy

norm

Requirements

Header: amp_short_vectors.h

Namespace: Concurrency::graphics

See Also

Reference

Concurrency::graphics Namespace