Class UnityModifier

java.lang.Object
eu.mihosoft.vrl.v3d.UnityModifier
All Implemented Interfaces:
WeightFunction

public class UnityModifier extends Object implements WeightFunction
Modifies along x axis.
Author:
Michael Hoffer <info@michaelhoffer.de>
  • Constructor Details Link icon

    • UnityModifier Link icon

      public UnityModifier()
      Constructor.
  • Method Details Link icon

    • eval Link icon

      public double eval(Vector3d pos, CSG csg)
      Description copied from interface: WeightFunction
      Evaluates the function at the specified location.
      Specified by:
      eval in interface WeightFunction
      Parameters:
      pos - location
      csg - csg
      Returns:
      the weight of the specified position