BattleZone
Class ProxyGLMonitorShip

BattleZone.ProxyGLShape
  |
  +--BattleZone.ProxyGLMonitorShip

public class ProxyGLMonitorShip
extends ProxyGLShape


Field Summary
 private PluginGLCanvascanvas
           
 floatcos315
           
 floatcos45
           
 private GLFuncgl
           
 floatsin315
           
 floatsin45
           

Fields inherited from class BattleZone.ProxyGLShape
drawMode, mainColor

Constructor Summary
ProxyGLMonitorShip(PluginGLCanvas Plugincanvas)
           

Method Summary
 voiddraw()
           

Methods inherited from class BattleZone.ProxyGLShape
computeNormal, setDrawMode, setMainColor, setMainColor

Field Detail

canvas

private PluginGLCanvas canvas

cos315

public float cos315

cos45

public float cos45

gl

private GLFunc gl

sin315

public float sin315

sin45

public float sin45
Constructor Detail

ProxyGLMonitorShip

public ProxyGLMonitorShip(PluginGLCanvas Plugincanvas)
Method Detail

draw

public void draw()