
public class BladePositionResult extends Object implements Serializable
| Constructor and Description |
|---|
BladePositionResult(double plusx,
double minusx)
Constructs an instance from the two blade set positions.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMinusx()
Gets the relative position of blade set MINUSX.
|
double |
getPlusx()
Gets the relative position of blade set PLUSX.
|
String |
toString()
Gives a string of the form "Blade set PLUSX at %6.3f, blade set MINUSX at %6.3f.".
|
public BladePositionResult(double plusx,
double minusx)
plusx - the relative position of blade set PLUSXminusx - the relative position of blade set MINUSXCopyright © 2019 LSST. All rights reserved.