Uses of Class
uk.ac.manchester.tornado.api.types.collections.VectorHalf
Packages that use VectorHalf
-
Uses of VectorHalf in uk.ac.manchester.tornado.api.types.collections
Methods in uk.ac.manchester.tornado.api.types.collections that return VectorHalfModifier and TypeMethodDescriptionVectorHalf.duplicate()Duplicates this vector.VectorHalf.subVector(int start, int length) Returns slice of this vector.Methods in uk.ac.manchester.tornado.api.types.collections with parameters of type VectorHalfModifier and TypeMethodDescriptionstatic HalfFloatVectorHalf.dot(VectorHalf a, VectorHalf b) Performs Dot-product.booleanVectorHalf.isEqual(VectorHalf vector) Vector equality test.voidVectorHalf.set(VectorHalf values) Sets the elements of this vector to that of the provided vector.