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 Vector4f
VecmathOperators.operator$add
(Vector4f a, Vector4f b) static Vector4f
VecmathOperators.operator$addAssign
(Vector4f a, Vector4f b) static Vector4f
VecmathOperators.operator$div
(Tuple4f a, float b) static Vector4f
VecmathOperators.operator$mul
(float b, Tuple4f a) static Vector4f
VecmathOperators.operator$mul
(Tuple4f a, float b) static Vector4f
VecmathOperators.operator$mulAssign
(Vector4f a, float b) static Vector4f
VecmathOperators.operator$neg
(Tuple4f a) static Vector4f
VecmathOperators.operator$sub
(Point4f a, Point4f b) static Vector4f
VecmathOperators.operator$sub
(Vector4f a, Vector4f b) static Vector4f
VecmathOperators.operator$subAssign
(Vector4f a, Vector4f b) Methods in de.grogra.vecmath with parameters of type Vector4fModifier and TypeMethodDescriptionstatic Vector4d
VecmathOperators.operator$add
(Vector4d a, Vector4f b) static Vector4d
VecmathOperators.operator$add
(Vector4f a, Vector4d b) static Vector4f
VecmathOperators.operator$add
(Vector4f a, Vector4f b) static Vector4d
VecmathOperators.operator$addAssign
(Vector4d a, Vector4f b) static Vector4f
VecmathOperators.operator$addAssign
(Vector4f a, Vector4f b) static Vector4f
VecmathOperators.operator$mulAssign
(Vector4f a, float b) static Vector4d
VecmathOperators.operator$sub
(Vector4d a, Vector4f b) static Vector4d
VecmathOperators.operator$sub
(Vector4f a, Vector4d b) static Vector4f
VecmathOperators.operator$sub
(Vector4f a, Vector4f b) static Vector4d
VecmathOperators.operator$subAssign
(Vector4d a, Vector4f b) static Vector4f
VecmathOperators.operator$subAssign
(Vector4f a, Vector4f b) -
Uses of Vector4f in javax.vecmath
Methods in javax.vecmath with parameters of type Vector4fModifier and TypeMethodDescriptionfinal float
Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].final float
Computes the dot product of the this vector and vector v1.final void
Copies the matrix values in the specified column into the vector parameter.final void
Copies the matrix values in the specified row into the vector parameter.final void
Sets the specified column of this matrix4f to the vector provided.final void
Sets the specified row of this matrix4f to the Vector provided.Constructors in javax.vecmath with parameters of type Vector4f