public class Point4f extends Tuple4f
w, x, y, z
Point4f()
Point4f(float[] x)
Point4f(float x, float y, float z, float w)
Point4f(Point4f t)
Point4f(Tuple4f t)
float
distance(Point4f p)
distanceL1(Point4f p)
distanceSquared(Point4f p)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
absolute, absolute, add, add, clamp, get, get, interpolate, negate, negate, scale, set, set, set, sub, sub, toString
public Point4f()
public Point4f(float[] x)
public Point4f(float x, float y, float z, float w)
public Point4f(Point4f t)
public Point4f(Tuple4f t)
public float distanceL1(Point4f p)
public float distanceSquared(Point4f p)
public float distance(Point4f p)
Copyright © 2019. All rights reserved.