HDK
|
#include "ImathExc.h"
#include "ImathLimits.h"
#include "ImathMath.h"
#include "ImathNamespace.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | Vec2< T > |
class | Vec3< T > |
class | Vec4< T > |
class | Vec2< T > |
class | Vec3< T > |
class | Vec4< T > |
Typedefs | |
typedef Vec2< short > | V2s |
typedef Vec2< int > | V2i |
typedef Vec2< float > | V2f |
typedef Vec2< double > | V2d |
typedef Vec3< short > | V3s |
typedef Vec3< int > | V3i |
typedef Vec3< float > | V3f |
typedef Vec3< double > | V3d |
typedef Vec4< short > | V4s |
typedef Vec4< int > | V4i |
typedef Vec4< float > | V4f |
typedef Vec4< double > | V4d |
Enumerations | |
enum | InfException { INF_EXCEPTION } |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &s, const Vec2< T > &v) |
template<class T > | |
std::ostream & | operator<< (std::ostream &s, const Vec3< T > &v) |
template<class T > | |
std::ostream & | operator<< (std::ostream &s, const Vec4< T > &v) |
template<class T > | |
Vec2< T > | operator* (T a, const Vec2< T > &v) |
template<class T > | |
Vec3< T > | operator* (T a, const Vec3< T > &v) |
template<class T > | |
Vec4< T > | operator* (T a, const Vec4< T > &v) |
Definition at line 690 of file ImathVec.h.
Definition at line 689 of file ImathVec.h.
Definition at line 688 of file ImathVec.h.
Definition at line 687 of file ImathVec.h.
Definition at line 694 of file ImathVec.h.
Definition at line 693 of file ImathVec.h.
Definition at line 692 of file ImathVec.h.
Definition at line 691 of file ImathVec.h.
Definition at line 698 of file ImathVec.h.
Definition at line 697 of file ImathVec.h.
Definition at line 696 of file ImathVec.h.
Definition at line 695 of file ImathVec.h.
enum InfException |
Enumerator | |
---|---|
INF_EXCEPTION |
Definition at line 66 of file ImathVec.h.
Definition at line 2201 of file ImathVec.h.
Definition at line 2208 of file ImathVec.h.
Definition at line 2215 of file ImathVec.h.
Definition at line 2175 of file ImathVec.h.
Definition at line 2182 of file ImathVec.h.
Definition at line 2189 of file ImathVec.h.