ixagon.surface.mapper
Class Point3D
java.lang.Object
ixagon.surface.mapper.Point3D
public class Point3D
- extends Object
Field Summary |
float |
u
|
float |
v
|
float |
x
|
float |
y
|
float |
z
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
y
public float y
z
public float z
u
public float u
v
public float v
Point3D
public Point3D(float x,
float y,
float z)
Point3D
public Point3D(float x,
float y)
Point3D
public Point3D()
Copyright © 2015. All rights reserved.