public class VCP
extends java.lang.Object
Constructor and Description |
---|
VCP()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
getAngles(int vcp)
Get the elevation angles for a given VCP.
|
static float |
getCutAngle(int vcp,
int cut)
Get the elevation angle for a given VCP and cut.
|
static int |
getNumCuts(int vcp)
Get the number of cuts for a particular VCP value
|
public static int getNumCuts(int vcp)
vcp
- value for VCPpublic static float getCutAngle(int vcp, int cut)
vcp
- VCP valuecut
- cut indexpublic static double[] getAngles(int vcp)
vcp
- VCP value