Package pamViewFX.threeD
Class Utils3D
java.lang.Object
pamViewFX.threeD.Utils3D
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
Utils3D
public Utils3D()
-
-
Method Details
-
buildAxes
-
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.
-