Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.mappers
Class ToroidalMap

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

public class ToroidalMap
extends java.lang.Object
implements TextureMapper


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

ToroidalMap

public ToroidalMap(double ringR,
                   double pipeR)
Method Detail

getST

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

Bouncy Castle Rendering Toolkit 1.0