public class GeometryUtils extends Object
| Constructor and Description |
|---|
GeometryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
floatArrayToByteArray(float[] vertices) |
static byte[] |
intArrayToByteArray(int[] indices) |
static double[] |
toDoubleArray(byte[] data) |
static float[] |
toFloatArray(byte[] data) |
static float[] |
toFloatArray(double[] doubles) |
static int[] |
toIntegerArray(byte[] data) |
public static float[] toFloatArray(byte[] data)
public static int[] toIntegerArray(byte[] data)
public static float[] toFloatArray(double[] doubles)
public static double[] toDoubleArray(byte[] data)
public static byte[] floatArrayToByteArray(float[] vertices)
public static byte[] intArrayToByteArray(int[] indices)
Copyright © 2018 OpenSource BIM. All rights reserved.