Package com.jozufozu.flywheel.lib.vertex
Class NoOverlayVertexView
java.lang.Object
com.jozufozu.flywheel.lib.vertex.AbstractVertexView
com.jozufozu.flywheel.lib.vertex.NoOverlayVertexView
- All Implemented Interfaces:
MutableVertexList,VertexList,VertexView,EmptyVertexList
-
Field Summary
FieldsFields inherited from class com.jozufozu.flywheel.lib.vertex.AbstractVertexView
ptr, vertexCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloata(int index) voida(int index, float a) floatb(int index) voidb(int index, float b) floatg(int index) voidg(int index, float g) intlight(int index) voidlight(int index, int light) floatnormalX(int index) voidnormalX(int index, float normalX) floatnormalY(int index) voidnormalY(int index, float normalY) floatnormalZ(int index) voidnormalZ(int index, float normalZ) floatr(int index) voidr(int index, float r) longstride()floatu(int index) voidu(int index, float u) floatv(int index) voidv(int index, float v) floatx(int index) voidx(int index, float x) floaty(int index) voidy(int index, float y) floatz(int index) voidz(int index, float z) Methods inherited from class com.jozufozu.flywheel.lib.vertex.AbstractVertexView
ptr, ptr, vertexCount, vertexCount, write, write, writeAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.lib.vertex.EmptyVertexList
overlay, overlayMethods inherited from interface com.jozufozu.flywheel.api.vertex.VertexList
getNormal, getPos, isEmpty, vertexCount, write, write, writeAll
-
Field Details
-
STRIDE
public static final long STRIDE- See Also:
-
-
Constructor Details
-
NoOverlayVertexView
public NoOverlayVertexView()
-
-
Method Details
-
stride
public long stride()- Specified by:
stridein interfaceVertexView
-
x
public float x(int index) - Specified by:
xin interfaceEmptyVertexList- Specified by:
xin interfaceVertexList
-
y
public float y(int index) - Specified by:
yin interfaceEmptyVertexList- Specified by:
yin interfaceVertexList
-
z
public float z(int index) - Specified by:
zin interfaceEmptyVertexList- Specified by:
zin interfaceVertexList
-
r
public float r(int index) - Specified by:
rin interfaceEmptyVertexList- Specified by:
rin interfaceVertexList
-
g
public float g(int index) - Specified by:
gin interfaceEmptyVertexList- Specified by:
gin interfaceVertexList
-
b
public float b(int index) - Specified by:
bin interfaceEmptyVertexList- Specified by:
bin interfaceVertexList
-
a
public float a(int index) - Specified by:
ain interfaceEmptyVertexList- Specified by:
ain interfaceVertexList
-
u
public float u(int index) - Specified by:
uin interfaceEmptyVertexList- Specified by:
uin interfaceVertexList
-
v
public float v(int index) - Specified by:
vin interfaceEmptyVertexList- Specified by:
vin interfaceVertexList
-
light
public int light(int index) - Specified by:
lightin interfaceEmptyVertexList- Specified by:
lightin interfaceVertexList
-
normalX
public float normalX(int index) - Specified by:
normalXin interfaceEmptyVertexList- Specified by:
normalXin interfaceVertexList
-
normalY
public float normalY(int index) - Specified by:
normalYin interfaceEmptyVertexList- Specified by:
normalYin interfaceVertexList
-
normalZ
public float normalZ(int index) - Specified by:
normalZin interfaceEmptyVertexList- Specified by:
normalZin interfaceVertexList
-
x
public void x(int index, float x) - Specified by:
xin interfaceEmptyVertexList- Specified by:
xin interfaceMutableVertexList
-
y
public void y(int index, float y) - Specified by:
yin interfaceEmptyVertexList- Specified by:
yin interfaceMutableVertexList
-
z
public void z(int index, float z) - Specified by:
zin interfaceEmptyVertexList- Specified by:
zin interfaceMutableVertexList
-
r
public void r(int index, float r) - Specified by:
rin interfaceEmptyVertexList- Specified by:
rin interfaceMutableVertexList
-
g
public void g(int index, float g) - Specified by:
gin interfaceEmptyVertexList- Specified by:
gin interfaceMutableVertexList
-
b
public void b(int index, float b) - Specified by:
bin interfaceEmptyVertexList- Specified by:
bin interfaceMutableVertexList
-
a
public void a(int index, float a) - Specified by:
ain interfaceEmptyVertexList- Specified by:
ain interfaceMutableVertexList
-
u
public void u(int index, float u) - Specified by:
uin interfaceEmptyVertexList- Specified by:
uin interfaceMutableVertexList
-
v
public void v(int index, float v) - Specified by:
vin interfaceEmptyVertexList- Specified by:
vin interfaceMutableVertexList
-
light
public void light(int index, int light) - Specified by:
lightin interfaceEmptyVertexList- Specified by:
lightin interfaceMutableVertexList
-
normalX
public void normalX(int index, float normalX) - Specified by:
normalXin interfaceEmptyVertexList- Specified by:
normalXin interfaceMutableVertexList
-
normalY
public void normalY(int index, float normalY) - Specified by:
normalYin interfaceEmptyVertexList- Specified by:
normalYin interfaceMutableVertexList
-
normalZ
public void normalZ(int index, float normalZ) - Specified by:
normalZin interfaceEmptyVertexList- Specified by:
normalZin interfaceMutableVertexList
-