| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
VectorM4L.distance(VectorM4L.ContextVM4L c,
VectorReadable4LType v0,
VectorReadable4LType v1)
Calculate the distance between the two vectors
v0 and v1. |
static <V extends VectorWritable4LType> |
VectorM4L.interpolateLinear(VectorM4L.ContextVM4L c,
VectorReadable4LType v0,
VectorReadable4LType 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