Class PosVertexView
java.lang.Object
dev.engine_room.flywheel.lib.vertex.AbstractVertexView
dev.engine_room.flywheel.lib.vertex.PosVertexView
- All Implemented Interfaces:
MutableVertexList,VertexList,DefaultVertexList,VertexView
-
Field Summary
FieldsFields inherited from class dev.engine_room.flywheel.lib.vertex.AbstractVertexView
ptr, vertexCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.engine_room.flywheel.lib.vertex.AbstractVertexView
nativeMemoryOwner, nativeMemoryOwner, ptr, ptr, vertexCount, vertexCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.engine_room.flywheel.lib.vertex.DefaultVertexList
a, a, b, b, g, g, light, light, normalX, normalX, normalY, normalY, normalZ, normalZ, overlay, overlay, r, r, u, u, v, vMethods inherited from interface dev.engine_room.flywheel.api.vertex.VertexList
isEmpty, vertexCountMethods inherited from interface dev.engine_room.flywheel.lib.vertex.VertexView
load, write, write, writeAll
-
Field Details
-
STRIDE
public static final long STRIDE- See Also:
-
-
Constructor Details
-
PosVertexView
public PosVertexView()
-
-
Method Details
-
stride
public long stride()- Specified by:
stridein interfaceVertexView
-
x
public float x(int index) - Specified by:
xin interfaceDefaultVertexList- Specified by:
xin interfaceVertexList
-
y
public float y(int index) - Specified by:
yin interfaceDefaultVertexList- Specified by:
yin interfaceVertexList
-
z
public float z(int index) - Specified by:
zin interfaceDefaultVertexList- Specified by:
zin interfaceVertexList
-
x
public void x(int index, float x) - Specified by:
xin interfaceDefaultVertexList- Specified by:
xin interfaceMutableVertexList
-
y
public void y(int index, float y) - Specified by:
yin interfaceDefaultVertexList- Specified by:
yin interfaceMutableVertexList
-
z
public void z(int index, float z) - Specified by:
zin interfaceDefaultVertexList- Specified by:
zin interfaceMutableVertexList
-