| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
Transform3 |
Point3Vector.align3PointVectors(Point3Vector ref)
fit two sets of three points.
|
Transform3 |
Point3Vector.alignUsing3Points(Point3Vector ref)
fit two coordinates of same length and alignment.
|
static Transform3 |
Transform3.applyScale(double scale)
apply scale to each axis
|
static Transform3 |
Transform3.applyScales(double scaleX,
double scaleY,
double scaleZ)
apply scales to each axis
|
Transform3 |
Transform3.clone(Transform3 m)
clone.
|
Transform3 |
Transform3.concatenate(Transform3 m2)
concatenate.
|
static Transform3 |
ParsedSymop.createTransform(String[] ss) |
static Transform3 |
ParsedSymop.createTransform(Transform3 t3,
String[] ss)
populate transform with rows for each symop.
|
Transform3 |
Point3Vector.fitTo(Point3Vector ref)
fit two coordinates of same length and alignment
CURRENTLY NOT VALIDATED
|
Transform3 |
Point3Vector.roughAlign(Point3Vector ref)
fit two coordinates of same length and alignment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Transform3.checkNotNull(Transform3 t)
check not null
|
Transform3 |
Transform3.clone(Transform3 m)
clone.
|
Transform3 |
Transform3.concatenate(Transform3 m2)
concatenate.
|
static Transform3 |
ParsedSymop.createTransform(Transform3 t3,
String[] ss)
populate transform with rows for each symop.
|
boolean |
Transform3.isEqualTo(Transform3 m)
equality of two transforms.
|
boolean |
Point3.isInvariant(Transform3 t3,
boolean translate)
is point invariant wrt symmetry operation.
|
Point3 |
Point3.transform(Transform3 t)
get transformed point.
|
Vector3 |
Vector3.transform(Transform3 t)
create transformed vector.
|
Line3 |
Line3.transform(Transform3 t)
get transformed line.
|
void |
Point3Vector.transform(Transform3 t)
transform all coordinates.
|
void |
Point3Vector.transform(Transform3 t,
IntSet is)
transform subset of coordinates - MODIFIES Vector
|
void |
Point3.transformEquals(Transform3 t)
get transformed point.
|
void |
Real3Range.transformEquals(Transform3 transform)
transforms range.
|
| Constructor and Description |
|---|
Transform3(Transform3 m)
copy constructor.
|
Transform3(Transform3 t,
Point3 p)
from rotation about a point.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.