Skip to content
Snippets Groups Projects
Commit bde84f59 authored by Filip Reaboi's avatar Filip Reaboi
Browse files

ForTISS changed to fortiss

@Id: deleted

refs 3241
parent 6ae5154d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ import java.nio.FloatBuffer;
*
* @author cix_foo <cix_foo@users.sourceforge.net>
* @version $Revision$
* $Id$
* | |
*/
public class Vector2f extends Vector implements Serializable, ReadableVector2f, WritableVector2f {
......
......@@ -40,7 +40,7 @@ import java.nio.FloatBuffer;
*
* @author cix_foo <cix_foo@users.sourceforge.net>
* @version $Revision$
* $Id$
* | |
*/
public class Vector3f extends Vector implements Serializable, ReadableVector3f, WritableVector3f {
......
......@@ -40,7 +40,7 @@ import java.nio.FloatBuffer;
*
* @author cix_foo <cix_foo@users.sourceforge.net>
* @version $Revision$
* $Id$
* | |
*/
public class Vector4f extends Vector implements Serializable, ReadableVector4f, WritableVector4f {
......
......@@ -35,7 +35,7 @@ package org.lwjglx.util.vector;
* Writable interface to Vector2fs
* @author $author$
* @version $revision$
* $Id$
* | |
*/
public interface WritableVector2f {
......
......@@ -35,7 +35,7 @@ package org.lwjglx.util.vector;
* Writable interface to Vector3fs
* @author $author$
* @version $revision$
* $Id$
* | |
*/
public interface WritableVector3f extends WritableVector2f {
......
......@@ -35,7 +35,7 @@ package org.lwjglx.util.vector;
* Writable interface to Vector4fs
* @author $author$
* @version $revision$
* $Id$
* | |
*/
public interface WritableVector4f extends WritableVector3f {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment