public class Axes
extends java.lang.Object
| Constructor and Description |
|---|
Axes()
Coordinate System is placed by default on (0,0,0), and scale factor is 1.0;
|
Axes(double scale,
double x,
double y,
double z,
int viewport) |
Axes(double scale,
float x,
float y,
float z,
int viewport)
Coordinate System Axes origin can be placed in a specific position in the 3D world, and given a scale factor
|
Axes(double scale,
int viewport)
Can be given a specific scale factor to the axes
|
| Modifier and Type | Method and Description |
|---|---|
vtk.vtkLODActor |
getAxesActor() |
public Axes()
public Axes(double scale,
int viewport)
scale - viewport - public Axes(double scale,
float x,
float y,
float z,
int viewport)
scale - x - y - z - viewport - public Axes(double scale,
double x,
double y,
double z,
int viewport)
scale - x - y - z - viewport - Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.