Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.mappers
Class DiskMap

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

public class DiskMap
extends java.lang.Object
implements TextureMapper


Fields inherited from interface org.bouncycastle.graphics.rt.TextureMapper
S, T
 
Constructor Summary
DiskMap()
           
 
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
 

Constructor Detail

DiskMap

public DiskMap()
Method Detail

getST

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

Bouncy Castle Rendering Toolkit 1.0