*** empty log message ***

This commit is contained in:
Elias Naur 2003-08-17 09:04:12 +00:00
parent 568c7c9182
commit 21b4ec41a2
1 changed files with 3 additions and 0 deletions

View File

@ -252,4 +252,7 @@ public class Vector4f extends Vector implements Serializable {
return this; return this;
} }
public String toString() {
return "Vector4f: " + x + " " + y + " " + z + " " + w;
}
} }