public class ParsedSymop extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
FRACT_XYZ |
static Pattern |
NUMB_XYZ |
static Pattern |
XYZ |
static Pattern |
XYZ_FRACT |
static Pattern |
XYZ_NUMB |
| Constructor and Description |
|---|
ParsedSymop() |
| Modifier and Type | Method and Description |
|---|---|
static ParsedSymop |
createSymop(String s) |
static Transform3 |
createTransform(String[] ss) |
static Transform3 |
createTransform(Transform3 t3,
String[] ss)
populate transform with rows for each symop.
|
Double |
getNumber() |
double[] |
getRow() |
String |
getXyz() |
String |
getXyz1() |
public static final Pattern XYZ
public static final Pattern NUMB_XYZ
public static final Pattern XYZ_NUMB
public static final Pattern FRACT_XYZ
public static final Pattern XYZ_FRACT
public static final ParsedSymop createSymop(String s)
public static final Transform3 createTransform(String[] ss)
public static final Transform3 createTransform(Transform3 t3, String[] ss)
t3 - empty transformss - public String getXyz()
public String getXyz1()
public Double getNumber()
public double[] getRow()
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.