Uses of Class
javax.vecmath.Vector4f
Packages that use Vector4f
-
Uses of Vector4f in de.grogra.math
Fields in de.grogra.math declared as Vector4f -
Uses of Vector4f in de.grogra.vecmath
Methods in de.grogra.vecmath that return Vector4fModifier and TypeMethodDescriptionstatic Vector4fVecmathOperators.operator$add(Vector4f a, Vector4f b) static Vector4fVecmathOperators.operator$addAssign(Vector4f a, Vector4f b) static Vector4fVecmathOperators.operator$div(Tuple4f a, float b) static Vector4fVecmathOperators.operator$mul(float b, Tuple4f a) static Vector4fVecmathOperators.operator$mul(Tuple4f a, float b) static Vector4fVecmathOperators.operator$mulAssign(Vector4f a, float b) static Vector4fVecmathOperators.operator$neg(Tuple4f a) static Vector4fVecmathOperators.operator$sub(Point4f a, Point4f b) static Vector4fVecmathOperators.operator$sub(Vector4f a, Vector4f b) static Vector4fVecmathOperators.operator$subAssign(Vector4f a, Vector4f b) Methods in de.grogra.vecmath with parameters of type Vector4fModifier and TypeMethodDescriptionstatic Vector4dVecmathOperators.operator$add(Vector4d a, Vector4f b) static Vector4dVecmathOperators.operator$add(Vector4f a, Vector4d b) static Vector4fVecmathOperators.operator$add(Vector4f a, Vector4f b) static Vector4dVecmathOperators.operator$addAssign(Vector4d a, Vector4f b) static Vector4fVecmathOperators.operator$addAssign(Vector4f a, Vector4f b) static Vector4fVecmathOperators.operator$mulAssign(Vector4f a, float b) static Vector4dVecmathOperators.operator$sub(Vector4d a, Vector4f b) static Vector4dVecmathOperators.operator$sub(Vector4f a, Vector4d b) static Vector4fVecmathOperators.operator$sub(Vector4f a, Vector4f b) static Vector4dVecmathOperators.operator$subAssign(Vector4d a, Vector4f b) static Vector4fVecmathOperators.operator$subAssign(Vector4f a, Vector4f b) -
Uses of Vector4f in javax.vecmath
Methods in javax.vecmath with parameters of type Vector4fModifier and TypeMethodDescriptionfinal floatReturns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].final floatComputes the dot product of the this vector and vector v1.final voidCopies the matrix values in the specified column into the vector parameter.final voidCopies the matrix values in the specified row into the vector parameter.final voidSets the specified column of this matrix4f to the vector provided.final voidSets the specified row of this matrix4f to the Vector provided.Constructors in javax.vecmath with parameters of type Vector4f