Class VFX3DUtil

java.lang.Object
eu.mihosoft.vrl.v3d.VFX3DUtil

public class VFX3DUtil extends Object
Utility class that allows to visualize meshes created with null
invalid reference
MathUtil#evaluateFunction(eu.mihosoft.vrl.javaone2013.math.Function2D, int, int, float, float, float, double, double, double, double)
.
Author:
Michael Hoffer invalid input: '<'info@michaelhoffer.de>
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static void
    addMouseBehavior(javafx.scene.Node n, javafx.scene.Node eventReceiver, javafx.scene.input.MouseButton btn)
    Adds rotation behavior to the specified node.
    static void
    addMouseBehavior(javafx.scene.Node n, javafx.scene.Scene eventReceiver, javafx.scene.input.MouseButton btn)
    Adds rotation behavior to the specified node.

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details Link icon

    • addMouseBehavior Link icon

      public static void addMouseBehavior(javafx.scene.Node n, javafx.scene.Scene eventReceiver, javafx.scene.input.MouseButton btn)
      Adds rotation behavior to the specified node.
      Parameters:
      n - node
      eventReceiver - receiver of the event
      btn - mouse button that shall be used for this behavior
    • addMouseBehavior Link icon

      public static void addMouseBehavior(javafx.scene.Node n, javafx.scene.Node eventReceiver, javafx.scene.input.MouseButton btn)
      Adds rotation behavior to the specified node.
      Parameters:
      n - node
      eventReceiver - receiver of the event
      btn - mouse button that shall be used for this behavior