| Package | Description |
|---|---|
| com.io7m.jtensors.orthonormalization |
Functions for orthonormalizing sets of vectors.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> POrthonormalized3D.Builder<T> |
POrthonormalized3D.builder() |
Creates a builder for
POrthonormalized3D. |
POrthonormalized3D.Builder<T> |
POrthonormalized3D.Builder.from(POrthonormalized3DType<T> instance) |
Fill a builder with attribute values from the provided
POrthonormalized3DType instance. |
POrthonormalized3D.Builder<T> |
POrthonormalized3D.Builder.setV0(PVector3D<T> v0) |
Initializes the value for the
v0 attribute. |
POrthonormalized3D.Builder<T> |
POrthonormalized3D.Builder.setV1(PVector3D<T> v1) |
Initializes the value for the
v1 attribute. |
POrthonormalized3D.Builder<T> |
POrthonormalized3D.Builder.setV2(PVector3D<T> v2) |
Initializes the value for the
v2 attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com