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