JavaCAD
src
main
java
eu
mihosoft
vrl
v3d
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
}
eu.mihosoft.vrl.v3d.CSG
Definition:
CSG.java:109
eu.mihosoft.vrl.v3d.Vector3d
Definition:
Vector3d.java:48
eu.mihosoft.vrl.v3d.WeightFunction
Definition:
WeightFunction.java:16
eu.mihosoft.vrl.v3d.WeightFunction.eval
double eval(Vector3d v, CSG csg)
Generated by
1.9.1