Honeycomb  0.1
Component-Model Framework
Vec4.h
Go to the documentation of this file.
1 // Honeycomb, Copyright (C) 2013 Daniel Carter. Distributed under the Boost Software License v1.0.
2 #pragma once
3 #ifdef HONEY_DX9
4 
5 namespace honey
6 {
7 
8 template<> Vec<4,Float> VecBase<Vec<4,Float>>::normalize(option<Real&> len) const;
9 
10 }
11 
12 #endif
Global Honeycomb namespace.