Package com.mojang.blaze3d.vertex
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 pSize)
-
-
Method Details
-
size
public int size() -
set
-
set
public void set(int pIndex, float pX, float pY, float pZ) -
get
-
getX
public float getX(int pIndex) -
getY
public float getY(int pIndex) -
getZ
public float getZ(int pIndex)
-