TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
unorm16.h File Reference
#include "G3D/platform.h"
#include "G3D/g3dmath.h"
+ Include dependency graph for unorm16.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 G3D
 

Functions

 G3D::unorm16 (uint16 b)
 
static unorm16 G3D::fromBits (uint16 b)
 
static unorm16 G3D::reinterpretFrom (uint16 b)
 
 G3D::unorm16 ()
 
 G3D::unorm16 (const unorm16 &other)
 
 G3D::unorm16 (const class Any &a)
 
class Any G3D::toAny () const
 
 G3D::unorm16 (float f)
 
 G3D::unorm16 (double f)
 
 G3D::operator float () const
 
 G3D::operator double () const
 
static unorm16 G3D::one ()
 
static unorm16 G3D::zero ()
 
uint16 G3D::bits () const
 Returns the underlying bits in this representation. Equivalent to: More...
 
uint16 G3D::reinterpretAsUInt16 () const
 Returns the underlying bits in this representation. Equivalent to: More...
 
bool G3D::operator> (const unorm16 other) const
 
bool G3D::operator< (const unorm16 other) const
 
bool G3D::operator>= (const unorm16 other) const
 
bool G3D::operator<= (const unorm16 other) const
 
bool G3D::operator== (const unorm16 other) const
 
bool G3D::operator!= (const unorm16 other) const
 
unorm16 G3D::operator+ (const unorm16 other) const
 
unorm16 & G3D::operator+= (const unorm16 other)
 
unorm16 G3D::operator- (const unorm16 other) const
 
unorm16 & G3D::operator-= (const unorm16 other)
 
unorm16 G3D::operator* (const int i) const
 
unorm16 & G3D::operator*= (const int i)
 
unorm16 G3D::operator/ (const int i) const
 
unorm16 & G3D::operator/= (const int i)
 
unorm16 G3D::operator<< (const int i) const
 
unorm16 & G3D::operator<<= (const int i)
 
unorm16 G3D::operator>> (const int i) const
 
unorm16 & G3D::operator>>= (const int i)
 

Variables

 G3D::unorm16
 

Detailed Description

Morgan McGuire, http://graphics.cs.williams.edu

2012-03-02 by Zina Cigolle 2012-03-02

Copyright 2000-2012, Morgan McGuire. All rights reserved.