public class Point3D
extends java.lang.Object
Constructor and Description |
---|
Point3D() |
Modifier and Type | Method and Description |
---|---|
void |
assign(float x,
float y,
float z) |
void |
assign(Point3D point3D) |
void |
clear() |
public final void assign(Point3D point3D)
public final void assign(float x, float y, float z)
public final void clear()