public static class TernaryPlot.TernaryData extends DoubleFV
| Modifier and Type | Field and Description |
|---|---|
float |
value
the value at a,b,c
|
values| Constructor and Description |
|---|
TernaryData(float a,
float b,
float c,
float value) |
| Modifier and Type | Method and Description |
|---|---|
Point2d |
asPoint() |
boolean |
equals(Object obj) |
int |
hashCode() |
asciiHeader, asDoubleFV, asDoubleVector, binaryHeader, clone, compare, concatenate, concatenate, get, getAsDouble, length, newInstance, normaliseFV, normaliseFV, normaliseFV, normaliseFV, readASCII, readBinary, setFromDouble, subvector, subvector, toString, writeASCII, writeBinarygetVectorpublic float value
public TernaryData(float a, float b, float c, float value)
a - b - c - value -