Uses of Class
omix.util.math.vector.Vec2f
Package | Description |
---|---|
omix.util.math.vector |
This package contains classes for linear algebra.
|
-
Uses of Vec2f in omix.util.math.vector
Methods in omix.util.math.vector that return Vec2f Modifier and Type Method Description Vec2f
Matrix2f. diag()
Returns the diagonal of the matrix as vectorVec2f
Matrix2f. dot(Vec2f vector)
Product with a vector.Vec2f
Vec2f. dot(float m)
Vec2f
Vec2f. minus(Vec2f v)
Vec2f
Vec2f. negate()
Vec2f
Vec2f. normalize()
Vec2f
Vec2f. plus(Vec2f v)
Vec2f
Vec2f. rotate(float angle)
Rotates the vector.Methods in omix.util.math.vector with parameters of type Vec2f Modifier and Type Method Description Vec2f
Matrix2f. dot(Vec2f vector)
Product with a vector.float
Vec2f. dot(Vec2f multiplicator)
float
Vec2f. getAngle(Vec2f coordinate)
Vec2f
Vec2f. minus(Vec2f v)
Vec2f
Vec2f. plus(Vec2f v)
void
Vec2f. set(Vec2f c)