| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
Transform3.Type |
Transform3.checkMatrix()
get new matrix type.
|
Transform3.Type |
Transform3.getTransformationType()
get transformation type.
|
static Transform3.Type |
Transform3.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transform3.Type[] |
Transform3.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Transform3.setTransformationType(Transform3.Type option)
set transformation type.
|
| Constructor and Description |
|---|
Transform3(Transform3.Type t)
This gives a default unit matrix of type t.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.