public class Coordinates extends Object
Constructor and Description |
---|
Coordinates(Coord3d[] coords)
Initialize a Grid with a list of coordinates values
|
Coordinates(Coord3d coord1,
Coord3d... coords) |
Coordinates(float[] x,
float[] y,
float[] z)
Initialize a list of coordinates with X, Y, and Z values
|
Coordinates(List<Coord3d> coords)
Initialize a Grid with a list of coordinates values
|
Modifier and Type | Method and Description |
---|---|
float[] |
getX()
Return the array of X values.
|
float[] |
getY()
Return the array of Y values.
|
float[] |
getZ()
Return the array of Z values.
|
Coord3d[] |
toArray()
Return the array of 3d coordinates.
|
String |
toString()
Return the array of 3d coordinates.
|
public Coordinates(float[] x, float[] y, float[] z)
public Coordinates(Coord3d[] coords)
public float[] getX()
public float[] getY()
public float[] getZ()
public Coord3d[] toArray()
Copyright © 2016. All rights reserved.