public class Vector3f extends Tuple3f
x, y, z
Vector3f()
Vector3f(float[] x)
Vector3f(float x, float y, float z)
Vector3f(Tuple3f t)
Vector3f(Vector3f t)
float
angle(Vector3f v)
void
cross(Vector3f v1, Vector3f v2)
dot(Vector3f v)
length()
normalize()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
absolute, absolute, add, add, clamp, get, get, interpolate, negate, negate, scale, scaleAdd, scaleAdd, set, set, set, sub, sub, toString
public Vector3f()
public Vector3f(float[] x)
public Vector3f(float x, float y, float z)
public Vector3f(Vector3f t)
public Vector3f(Tuple3f t)
public float angle(Vector3f v)
public float dot(Vector3f v)
public void cross(Vector3f v1, Vector3f v2)
public float length()
public void normalize()
Copyright © 2019. All rights reserved.