Class Utils3D

java.lang.Object
pamViewFX.threeD.Utils3D

public class Utils3D extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

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

    • Utils3D

      public Utils3D()
  • Method Details

    • buildAxes

      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

      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

      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.