Package eu.mihosoft.vrl.v3d
Class YModifier
java.lang.Object
eu.mihosoft.vrl.v3d.YModifier
- All Implemented Interfaces:
- WeightFunction
Modifies along y axis.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
YModifierpublic YModifier()Constructor.
- 
YModifierpublic YModifier(boolean centered) Constructor.- Parameters:
- centered- defines whether to center origin at the csg location
 
 
- 
- 
Method Details- 
evalDescription copied from interface:WeightFunctionEvaluates the function at the specified location.- Specified by:
- evalin interface- WeightFunction
- Parameters:
- pos- location
- csg- csg
- Returns:
- the weight of the specified position
 
 
-