Package eu.mihosoft.vrl.v3d
Interface WeightFunction
- All Known Implementing Classes:
UnityModifier
,XModifier
,YModifier
,ZModifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Weight function.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
-
Method Summary
-
Method Details
-
eval
Evaluates the function at the specified location.- Parameters:
v
- locationcsg
- csg- Returns:
- the weight of the specified position
-