Euphoria
vec.base.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace eu
4 {
5  template<typename TNormalized, typename TLength>
7  {
8  TNormalized normalized;
9  TLength length;
10  };
11 }
Definition: assert.h:90
TNormalized normalized
Definition: vec.base.h:8