Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.mappers
Class CylindricalMap

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.mappers.CylindricalMap
All Implemented Interfaces:
TextureMapper

public class CylindricalMap
extends java.lang.Object
implements TextureMapper


Field Summary
static TextureMapper canonicalMap
           
 
Fields inherited from interface org.bouncycastle.graphics.rt.TextureMapper
S, T
 
Constructor Summary
CylindricalMap()
           
 
Method Summary
 boolean getST(Tuple3f l, float[] uv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canonicalMap

public static TextureMapper canonicalMap
Constructor Detail

CylindricalMap

public CylindricalMap()
Method Detail

getST

public boolean getST(Tuple3f l,
                     float[] uv)
Specified by:
getST in interface TextureMapper

Bouncy Castle Rendering Toolkit 1.0