Interface Float2
- All Superinterfaces:
FloatElements,FloatN,Vector,Vector2
- All Known Implementing Classes:
ABFloat2,BBFloat2,Float2.View
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface de.linusdev.lutils.math.general.FloatElements
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.abstracts.floatn.FloatN
fillFromArray, get, getOriginal, putMethods inherited from interface de.linusdev.lutils.math.vector.Vector
getMapping, getStructure, isArrayBacked, isBufferBacked, isViewMethods inherited from interface de.linusdev.lutils.math.vector.abstracts.vectorn.Vector2
getMemberCount
-
Method Details
-
x
default float x() -
y
default float y() -
x
default void x(float f) -
y
default void y(float f) -
xy
default void xy(float x, float y) -
yx
-