Class ABFloat4
java.lang.Object
de.linusdev.lutils.math.vector.array.floatn.ABFloatN
de.linusdev.lutils.math.vector.array.floatn.ABFloat4
- All Implemented Interfaces:
FloatElements,Float4,FloatN,Vector4,Vector
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.Float4
Float4.FactorView, Float4.ViewNested classes/interfaces inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.FloatN
FloatN.FactorView, FloatN.View -
Field Summary
Fields inherited from class de.linusdev.lutils.math.vector.array.floatn.ABFloatN
array, arrayStartIndexFields inherited from interface de.linusdev.lutils.math.general.FloatElements
ELEMENT_SIZE, ELEMENT_TYPE_NAMEFields inherited from interface de.linusdev.lutils.math.vector.abstracts.vectorn.Vector4
MEMBER_COUNT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.linusdev.lutils.math.vector.array.floatn.ABFloatN
get, isArrayBacked, isBufferBacked, isView, put, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.Float4
createFactorizedView, w, w, wzyx, x, x, xxx, xyz, xyz, xyz, xyzw, y, y, z, zMethods 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.Vector4
getMemberCount
-
Constructor Details
-
ABFloat4
public ABFloat4(float x, float y, float z, float w) -
ABFloat4
public ABFloat4(float[] array, int arrayStartIndex) -
ABFloat4
public ABFloat4()
-