Interface Float1
- All Superinterfaces:
FloatElements,FloatN,Vector,Vector1
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.FloatN
FloatN.FactorView, FloatN.ViewNested 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.FloatElements
ELEMENT_SIZE, ELEMENT_TYPE_NAMEFields inherited from interface de.linusdev.lutils.math.vector.abstracts.vectorn.Vector1
MEMBER_COUNT -
Method Summary
Methods inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.FloatN
fillFromArray, get, getAsView, putMethods inherited from interface de.linusdev.lutils.math.vector.Vector
getStructure, isArrayBacked, isBufferBacked, isViewMethods inherited from interface de.linusdev.lutils.math.vector.abstracts.vectorn.Vector1
getMemberCount
-
Method Details
-
get
default float get() -
set
default void set(float f)
-