public interface ValueMatrixBuilder<V extends Value<V>>
Modifier and Type | Interface and Description |
---|---|
static interface |
ValueMatrixBuilder.HomogeneousValueMatrixBuilder<V extends Value<V>> |
Modifier and Type | Method and Description |
---|---|
ValueMatrixBuilder.HomogeneousValueMatrixBuilder<V> |
homogeneous(VectorH.Type type) |
Matrix2<V> |
matrix2() |
Matrix3<V> |
matrix3() |
Matrix4<V> |
matrix4() |
MatrixN<V> |
matrixN(int size) |
MatrixNN<V> |
matrixNN(int width,
int height) |
ValueMatrixBuilder<V> |
order(Matrix.Order order) |
ValueMatrixBuilder<V> |
orientation(Vector.Orientation orientation) |
Vector2<V> |
vector2() |
Vector3<V> |
vector3() |
Vector4<V> |
vector4() |
VectorN<V> |
vectorN(int size) |
ValueMatrixBuilder<V> order(Matrix.Order order)
ValueMatrixBuilder<V> orientation(Vector.Orientation orientation)
ValueMatrixBuilder.HomogeneousValueMatrixBuilder<V> homogeneous(VectorH.Type type)