Package eu.mihosoft.vrl.v3d
Class XModifier
java.lang.Object
eu.mihosoft.vrl.v3d.XModifier
- All Implemented Interfaces:
- WeightFunction
Modifies along x axis.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
XModifierpublic XModifier()Constructor.
- 
XModifierpublic XModifier(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
 
 
-