de.jreality.geometry
Interface ParametricSurfaceFactory.Immersion

All Known Implementing Classes:
ParametricSurfaceFactory.DefaultImmersion
Enclosing class:
ParametricSurfaceFactory

public static interface ParametricSurfaceFactory.Immersion


Method Summary
 void evaluate(double u, double v, double[] xyz, int index)
           
 int getDimensionOfAmbientSpace()
           
 boolean isImmutable()
           
 

Method Detail

isImmutable

boolean isImmutable()

getDimensionOfAmbientSpace

int getDimensionOfAmbientSpace()

evaluate

void evaluate(double u,
              double v,
              double[] xyz,
              int index)