Class CompactVectorArray
java.lang.Object
com.mojang.blaze3d.vertex.CompactVectorArray
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contents
private final float[] contents
-
-
Constructor Details
-
CompactVectorArray
public CompactVectorArray(int count)
-
-
Method Details
-
size
public int size() -
set
-
set
public void set(int index, float x, float y, float z) -
get
-
getX
public float getX(int index) -
getY
public float getY(int index) -
getZ
public float getZ(int index)
-