Class Utils3D

java.lang.Object
pamViewFX.threeD.Utils3D

public class Utils3D extends Object
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static javafx.scene.Group
    buildAxes(double axisSize, javafx.scene.paint.Color colour, String textx, String texty, String textz, javafx.scene.paint.Color textColour)
     
    static javafx.scene.Group
    buildAxes(double axisSize, javafx.scene.paint.Color xAxisDiffuse, javafx.scene.paint.Color xAxisSpectacular, javafx.scene.paint.Color yAxisDiffuse, javafx.scene.paint.Color yAxisSpectacular, javafx.scene.paint.Color zAxisDiffuse, javafx.scene.paint.Color zAxisSpectacular, javafx.scene.paint.Color textColour)
     
    static javafx.scene.Group
    buildAxes(double axisSize, javafx.scene.paint.Color xAxisDiffuse, javafx.scene.paint.Color xAxisSpectacular, javafx.scene.paint.Color yAxisDiffuse, javafx.scene.paint.Color yAxisSpectacular, javafx.scene.paint.Color zAxisDiffuse, javafx.scene.paint.Color zAxisSpectacular, javafx.scene.paint.Color textColour, String textx, String texty, String textz)
    Create a 3D axis.

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • Utils3D Link icon

      public Utils3D()
  • Method Details Link icon

    • buildAxes Link icon

      public static javafx.scene.Group buildAxes(double axisSize, javafx.scene.paint.Color colour, String textx, String texty, String textz, javafx.scene.paint.Color textColour)
    • buildAxes Link icon

      public static javafx.scene.Group buildAxes(double axisSize, javafx.scene.paint.Color xAxisDiffuse, javafx.scene.paint.Color xAxisSpectacular, javafx.scene.paint.Color yAxisDiffuse, javafx.scene.paint.Color yAxisSpectacular, javafx.scene.paint.Color zAxisDiffuse, javafx.scene.paint.Color zAxisSpectacular, javafx.scene.paint.Color textColour)
    • buildAxes Link icon

      public static javafx.scene.Group buildAxes(double axisSize, javafx.scene.paint.Color xAxisDiffuse, javafx.scene.paint.Color xAxisSpectacular, javafx.scene.paint.Color yAxisDiffuse, javafx.scene.paint.Color yAxisSpectacular, javafx.scene.paint.Color zAxisDiffuse, javafx.scene.paint.Color zAxisSpectacular, javafx.scene.paint.Color textColour, String textx, String texty, String textz)
      Create a 3D axis.