| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VectorM4I.distance(VectorM4I.ContextVM4I c,
VectorReadable4IType v0,
VectorReadable4IType v1)
Calculate the distance between the two vectors
v0 and v1. |
static <V extends VectorWritable4IType> |
VectorM4I.interpolateLinear(VectorM4I.ContextVM4I c,
VectorReadable4IType v0,
VectorReadable4IType v1,
double alpha,
V r)
Linearly interpolate between
v0 and v1 by the amount alpha, saving the result to r. |
Copyright © 2016 <code@io7m.com> http://io7m.com