Package zombie.core.physics
Class WorldSimulation.Drawer3
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.physics.WorldSimulation.Drawer3
- Enclosing class:
- WorldSimulation
public static class WorldSimulation.Drawer3 extends TextureDraw.GenericDrawer
-
Field Summary
Fields Modifier and Type Field Description static WorldSimulation.Drawer3[]
instance
-
Constructor Summary
Constructors Constructor Description Drawer3(int int1)
-
Method Summary
Modifier and Type Method Description void
init()
void
render()
float
XToScreenExact(float float1, float float2, float float3, int int1)
float
YToScreenExact(float float1, float float2, float float3, int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
Drawer3
public Drawer3(int int1)
-
-
Method Details
-
init
public void init() -
render
public void render()- Overrides:
render
in classTextureDraw.GenericDrawer
-
YToScreenExact
public float YToScreenExact(float float1, float float2, float float3, int int1) -
XToScreenExact
public float XToScreenExact(float float1, float float2, float float3, int int1)
-