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