Text only
|
Text with Images
LWJGL Forum
Programming => Lightweight Java Gaming Library => Topic started by: rethrick on July 01, 2006, 06:27:56
Title:
vector utility classes, native bindings?
Post by:
rethrick
on
July 01, 2006, 06:27:56
Im curious if the vector utility classes provided in
Code
Select
Expand
org.lwjgl.util.vector
are bound to native libraries or if they are pure java?
thx.
Title:
vector utility classes, native bindings?
Post by:
xindon
on
July 01, 2006, 07:46:19
I think they're pure java.
Have a look in your
lwjgl-0.99\src\java\org\lwjgl\util\vector
- directory
Text only
|
Text with Images