Interface Int2
- All Superinterfaces:
IntElements,IntN,Vector,Vector2
- All Known Implementing Classes:
BBInt2
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.linusdev.lutils.math.vector.Vector
Vector.View<V extends Vector> -
Field Summary
Fields inherited from interface de.linusdev.lutils.math.general.IntElements
ELEMENT_SIZE, ELEMENT_TYPE_NAMEFields inherited from interface de.linusdev.lutils.math.vector.abstracts.vectorn.Vector2
MEMBER_COUNT -
Method Summary
Methods inherited from interface de.linusdev.lutils.math.vector.Vector
getAsView, getStructure, isArrayBacked, isBufferBacked, isViewMethods inherited from interface de.linusdev.lutils.math.vector.abstracts.vectorn.Vector2
getMemberCount
-
Method Details
-
x
default int x() -
y
default int y() -
x
default void x(int f) -
y
default void y(int f) -
xy
default void xy(int x, int y)
-