I've been looking up 3D tutorials in OpenGL, and almost all tutorials I find uses the Vector3f class.
Googling for a Vector3f class returns a class within the android.renderscript.*
package. But, in vanilla Android 2.3.3 SDK, I do not find any android.renderscript.*
package.
Could anyone tell me where I can find the Vector3f class in vanilla Android 2.3.3? Thanks!