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