| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
Transform2.Type |
Transform2.calculateMatrixType()
get new matrix type
|
Transform2.Type |
Transform2.getTransformationType()
get transformation type
|
static Transform2.Type |
Transform2.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transform2.Type[] |
Transform2.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 |
Transform2.setTransformationType(Transform2.Type option)
set transformation type may attempt to orthonomalise if type includes a
rotation
|
| Constructor and Description |
|---|
Transform2(Transform2.Type t)
This gives a default unit matrix of type t (default ROT_ORIG)
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.