public class DiscreteGroupElement extends Object
Modifier and Type | Field and Description |
---|---|
static DiscreteGroupElement |
dgeID |
Constructor and Description |
---|
DiscreteGroupElement() |
DiscreteGroupElement(DiscreteGroupElement dge) |
DiscreteGroupElement(int s,
double[] m) |
DiscreteGroupElement(int s,
double[] m,
String string) |
Modifier and Type | Method and Description |
---|---|
static DiscreteGroupElement[] |
cartesianProduct(DiscreteGroupElement[] pro,
DiscreteGroupElement[] u,
DiscreteGroupElement[] v) |
double[] |
getArray() |
int |
getColorIndex() |
DiscreteGroupElement |
getInverse() |
de.jreality.math.Matrix |
getMatrix() |
int |
getMetric() |
String |
getWord() |
boolean |
isMapsToNegativeW() |
boolean |
isVisible() |
void |
multiplyOnLeft(DiscreteGroupElement el) |
void |
multiplyOnRight(DiscreteGroupElement el) |
void |
setArray(double[] m) |
void |
setColorIndex(int c) |
void |
setMapsToNegativeW(boolean mapsToNegativeW) |
void |
setMatrix(de.jreality.math.Matrix m) |
void |
setMetric(int aSig)
Sets the metric metric of this transform.
|
void |
setVisible(boolean b) |
void |
setWord(String string) |
public static final DiscreteGroupElement dgeID
public DiscreteGroupElement()
public DiscreteGroupElement(DiscreteGroupElement dge)
public DiscreteGroupElement(int s, double[] m)
public DiscreteGroupElement(int s, double[] m, String string)
public static DiscreteGroupElement[] cartesianProduct(DiscreteGroupElement[] pro, DiscreteGroupElement[] u, DiscreteGroupElement[] v)
public double[] getArray()
public int getColorIndex()
public DiscreteGroupElement getInverse()
public de.jreality.math.Matrix getMatrix()
public int getMetric()
public String getWord()
public boolean isMapsToNegativeW()
public boolean isVisible()
public void multiplyOnLeft(DiscreteGroupElement el)
public void multiplyOnRight(DiscreteGroupElement el)
public void setArray(double[] m)
public void setColorIndex(int c)
public void setMapsToNegativeW(boolean mapsToNegativeW)
public void setMatrix(de.jreality.math.Matrix m)
public void setMetric(int aSig)
Pn
.aSig
- public void setVisible(boolean b)
public void setWord(String string)