[12632] Revert previous commit (see Notes)

This commit is contained in:
billy1arm 2013-05-31 13:50:57 +01:00 committed by Antz
parent 1cd806c02e
commit ef445ea523
1462 changed files with 9689 additions and 7080 deletions

View file

@ -1,4 +1,4 @@
/**
/*
@file Vector4.h
Homogeneous vector class.
@ -32,7 +32,7 @@ class Vector4;
class Vector4int8;
class Any;
/**
/*
Do not subclass-- this implementation makes assumptions about the
memory layout.
*/
@ -180,7 +180,7 @@ public:
std::string toString() const;
/**
/*
Linear interpolation
*/
Vector4 lerp(const Vector4& v, float alpha) const;