Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt
Interface NormalCalculator

All Known Implementing Classes:
Blobby, Patch, Polygon, Ring, SuperQuadric, Torus, Sphere

public interface NormalCalculator


Method Summary
 void getN(Hit hd, Vector3f n)
          set the normal for this hit point (object space) in hd the value is returned in n
 

Method Detail

getN

public void getN(Hit hd,
                 Vector3f n)
set the normal for this hit point (object space) in hd the value is returned in n

Bouncy Castle Rendering Toolkit 1.0