¡@

Home 

c++ Programming Glossary: vector3f

“expected ':', ',', ';', '}' or '__attribute__' before '{' token” in Struct member function

http://stackoverflow.com/questions/4247615/expected-or-attribute-before-token-in-struct-memb

#ifndef __VECTOR_H__ #define __VECTOR_H__ Vector3 struct Vector3f coordinates float x y z norm float normSquared return x x y.. sqrt normSquared boolean operators bool operator const Vector3f v const return x v.x y v.y z v.z bool operator const Vector3f.. v const return x v.x y v.y z v.z bool operator const Vector3f v const return x v.x y v.y z v.z operators Vector3f operator..