Class Racket

java.lang.Object
  |
  +--Racket

public class Racket
extends java.lang.Object

The racket Contains the control-points to the net in the racket


Constructor Summary
Racket()
           
 
Method Summary
 float getctr1()
          get ctr1
 float getctr2()
          get ctr2
 float getctr3()
          get ctr3
 float getctr4()
          get ctr4
 float getctr5()
          get ctr5
 float getctr6()
          get ctr6
 float getctrz1()
          get ctrz1
 float getctrz2()
          get ctrz2
 float getctrz3()
          get ctrz3
 float getctrz4()
          get ctrz4
 float getctrz5()
          get ctrz5
 float getctrz6()
          get ctrz6
 float[] getM()
          get controlpoints for the racket
 float getRacket()
          The size of the racket
 int getUN()
          getUN
 int getVN()
          getVN
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Racket

public Racket()
Method Detail

getRacket

public float getRacket()
The size of the racket

Returns:
RACKET

getUN

public int getUN()
getUN

Returns:
UN

getVN

public int getVN()
getVN

Returns:
VN

getctr1

public float getctr1()
get ctr1

Returns:
ctr1

getctr2

public float getctr2()
get ctr2

Returns:
ctr2

getctr3

public float getctr3()
get ctr3

Returns:
ctr3

getctr4

public float getctr4()
get ctr4

Returns:
ctr4

getctr5

public float getctr5()
get ctr5

Returns:
ctr5

getctr6

public float getctr6()
get ctr6

Returns:
ctr6

getctrz1

public float getctrz1()
get ctrz1

Returns:
ctrz1

getctrz2

public float getctrz2()
get ctrz2

Returns:
ctrz2

getctrz3

public float getctrz3()
get ctrz3

Returns:
ctrz3

getctrz4

public float getctrz4()
get ctrz4

Returns:
ctrz4

getctrz5

public float getctrz5()
get ctrz5

Returns:
ctrz5

getctrz6

public float getctrz6()
get ctrz6

Returns:
ctrz6

getM

public float[] getM()
get controlpoints for the racket

Returns:
M[]