public class HexCalculation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
calculation
Wartość obliczeń.
|
Hex |
hex
Obiekt Hex.
|
Constructor and Description |
---|
HexCalculation(Hex hex,
double calculation)
Zachowuje dwa obiekty(typ Hex i float) jako jeden obiekt.
|
public final Hex hex
public double calculation
public HexCalculation(Hex hex, double calculation)
hex
- Obiekt pola dla obliczeń.calculation
- Obliczenia dla pola.