ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.Builder.build() |
|
static ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.copyOf(StandardReferenceFrame instance) |
|
static ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.of(org.apache.commons.math3.geometry.euclidean.threed.Vector3D origin,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D x,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D y,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D z) |
Construct a new immutable StandardReferenceFrame instance.
|
ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.withLongAxisAtom(Optional<PdbAtomLine> value) |
Copy the current immutable object by setting a value for the longAxisAtom attribute.
|
ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.withOrigin(org.apache.commons.math3.geometry.euclidean.threed.Vector3D value) |
Copy the current immutable object by setting a value for the origin attribute.
|
ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.withX(org.apache.commons.math3.geometry.euclidean.threed.Vector3D value) |
Copy the current immutable object by setting a value for the x attribute.
|
ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.withY(org.apache.commons.math3.geometry.euclidean.threed.Vector3D value) |
Copy the current immutable object by setting a value for the y attribute.
|
ImmutableStandardReferenceFrame |
ImmutableStandardReferenceFrame.withZ(org.apache.commons.math3.geometry.euclidean.threed.Vector3D value) |
Copy the current immutable object by setting a value for the z attribute.
|