Interface LXModel.GeometryFunction

Enclosing class:
LXModel

public static interface LXModel.GeometryFunction
Defines a function that computes geometric data for a point
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    compute(LXModel model, LXPoint p)
    Compute a geometry value for this point
  • Method Details

    • compute

      float compute(LXModel model, LXPoint p)
      Compute a geometry value for this point
      Parameters:
      model - Model that point belongs to
      p - Point
      Returns:
      Geometry value