Template Class Vector4

Class Documentation

template<typename T>
class Vector4

A templated type 3D vector4.

Public Functions

inline Vector4(T x, T y, T z, T w)
inline Vector4()
inline T &operator[](int n)

Public Members

T v[4]