Package com.jhlabs.vecmath
Class Vector3f
- java.lang.Object
-
- com.jhlabs.vecmath.Tuple3f
-
- com.jhlabs.vecmath.Vector3f
-
public class Vector3f extends Tuple3f
Vector math package, converted to look similar to javax.vecmath.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatangle(Vector3f v)voidcross(Vector3f v1, Vector3f v2)floatdot(Vector3f v)floatlength()voidnormalize()
-