JavaCAD
WeightFunction.java
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 
7 package eu.mihosoft.vrl.v3d;
8 
9 // TODO: Auto-generated Javadoc
15 @FunctionalInterface
16 public interface WeightFunction {
23  public double eval(Vector3d v, CSG csg);
24 }
double eval(Vector3d v, CSG csg)