public class ClockProjection extends VariableProjection implements Resetable
defaultProjections
X, Y, Z
U, V, W
Constructor and Description |
---|
ClockProjection() |
Modifier and Type | Method and Description |
---|---|
Projection |
copy()
Returns a deep copy of the projection.
|
double[] |
deltaTransform(double[] xyz)
Returns an array of length 3: uvw = delta projection(xyz).
|
String |
getFormula()
Returns the formula in text readable form
|
Object |
reset(Object newState) |
double[] |
transform(double[] xyz)
Returns an array of length 3: uvw = projection(xyz).
|
addVariable, addVariable, addVariable, addVariable, addVariable, exists, getBooleanVariable, getDescription, getDoubleVariable, getIntegerVariable, getName, getUnit, getVariableNames, getVariables, multiplyVariable, multiplyVariable, restore, save, setVariable, setVariable, setVariable, toString
getFeature, getID, getViewPort, setViewPort, supports, transform, transform, transform
public String getFormula()
Projection
getFormula
in interface Projection
getFormula
in class AbstractProjection
public double[] transform(double[] xyz)
Projection
transform
in interface Projection
transform
in class AbstractProjection
public double[] deltaTransform(double[] xyz)
Projection
deltaTransform
in interface Projection
deltaTransform
in class AbstractProjection
public Projection copy()
Projection
copy
in interface Projection
copy
in class AbstractProjection
Copyright © 1996-2014 FreeHEP. All Rights Reserved.