Class CoordinateSystemConstants
- java.lang.Object
-
- org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
public final class CoordinateSystemConstants extends Object
Represents the different 2D/3D referencials used in different domains.- Since:
- 13.0
- Version:
- 17.0 2020-01-04 14:41:43
- Author:
- Christophe BOHRHAUER, Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.core
- Maven Artifact Id:
- mathgeom
-
-
Field Summary
Fields Modifier and Type Field Description static CoordinateSystem2DBLENDER_2DReplies the preferred coordinate system for Blender modeller.static CoordinateSystem3DBLENDER_3DReplies the preferred coordinate system for Blender modeler.static CoordinateSystem2DCATIAV5_2DReplies the preferred coordinate system for Catia V5 modeller.static CoordinateSystem3DCATIAV5_3DReplies the preferred coordinate system for Catia V5 modeler.static CoordinateSystem2DCOLLADA_2DReplies the preferred coordinate system for default Collada viewers.static CoordinateSystem3DCOLLADA_3DReplies the preferred coordinate system for default Collada viewers.static CoordinateSystem2DDIRECTX_2DReplies the preferred coordinate system for default DirectX viewers.static CoordinateSystem3DDIRECTX_3DReplies the preferred coordinate system for default DirectX viewers.static CoordinateSystem2DGIS_2DReplies the preferred coordinate system for Geographical Information System (GIS).static CoordinateSystem3DGIS_3DReplies the preferred coordinate system for Geographical Information System (GIS).static CoordinateSystem2DJAVA3D_2DReplies the preferred coordinate system for default Java3D viewers.static CoordinateSystem3DJAVA3D_3DReplies the preferred coordinate system for default Java3D viewers.static CoordinateSystem2DJAVAFX_2DReplies the preferred coordinate system for JavaFX.static CoordinateSystem2DMAYA_2DReplies the preferred coordinate system for Maya modeller.static CoordinateSystem3DMAYA_3DReplies the preferred coordinate system for Maya modeler.static CoordinateSystem2DMODEL_3DMAX_2DReplies the preferred coordinate system for default 3DSMAX modelers.static CoordinateSystem3DMODEL_3DMAX_3DReplies the preferred coordinate system for default 3DSMAX modelers.static CoordinateSystem2DNASA_2DReplies the preferred coordinate system for default NASA airplane standards.static CoordinateSystem3DNASA_3DReplies the preferred coordinate system for default NASA airplane standards.static CoordinateSystem2DOPENGL_2DReplies the preferred coordinate system for default OpenGL viewers.static CoordinateSystem3DOPENGL_3DReplies the preferred coordinate system for default OpenGL viewers.static CoordinateSystem2DSIMULATION_2DReplies the preferred coordinate system for simulation spaces.static CoordinateSystem3DSIMULATION_3DReplies the preferred coordinate system for simulation spaces.static CoordinateSystem2DUNITY3D_2DReplies the preferred coordinate system for Unity 3D modeller.static CoordinateSystem3DUNITY3D_3DReplies the preferred coordinate system for Unity 3D modeler.static CoordinateSystem2DVIRTOOLS_2DReplies the preferred coordinate system for 3DVIA Virtools.static CoordinateSystem3DVIRTOOLS_3DReplies the preferred coordinate system for 3DVIA Virtools.static CoordinateSystem2DX3D_2DReplies the preferred coordinate system for default X3D viewers.static CoordinateSystem3DX3D_3DReplies the preferred coordinate system for default X3D viewers.
-
-
-
Field Detail
-
GIS_2D
public static final CoordinateSystem2D GIS_2D
Replies the preferred coordinate system for Geographical Information System (GIS).GIS uses
CoordinateSystem2D.XY_RIGHT_HANDcoordinate system.
-
GIS_3D
public static final CoordinateSystem3D GIS_3D
Replies the preferred coordinate system for Geographical Information System (GIS).GIS uses
CoordinateSystem3D.XYZ_RIGHT_HANDcoordinate system.
-
SIMULATION_2D
public static final CoordinateSystem2D SIMULATION_2D
Replies the preferred coordinate system for simulation spaces.Simulation use
CoordinateSystem2D.XY_RIGHT_HANDcoordinate system.
-
SIMULATION_3D
public static final CoordinateSystem3D SIMULATION_3D
Replies the preferred coordinate system for simulation spaces.Simulation use
CoordinateSystem3D.XYZ_RIGHT_HANDcoordinate system.
-
MODEL_3DMAX_2D
public static final CoordinateSystem2D MODEL_3DMAX_2D
Replies the preferred coordinate system for default 3DSMAX modelers.3DSMAX uses the
CoordinateSystem2D.XY_RIGHT_HANDcoordinate system.
-
MODEL_3DMAX_3D
public static final CoordinateSystem3D MODEL_3DMAX_3D
Replies the preferred coordinate system for default 3DSMAX modelers.3DSMAX uses the
CoordinateSystem3D.XYZ_RIGHT_HANDcoordinate system.
-
DIRECTX_2D
public static final CoordinateSystem2D DIRECTX_2D
Replies the preferred coordinate system for default DirectX viewers.DirectX uses the
CoordinateSystem2D.XY_RIGHT_HANDcoordinate system.
-
DIRECTX_3D
public static final CoordinateSystem3D DIRECTX_3D
Replies the preferred coordinate system for default DirectX viewers.DirectX uses the
CoordinateSystem3D.XZY_LEFT_HANDcoordinate system.
-
JAVA3D_2D
public static final CoordinateSystem2D JAVA3D_2D
Replies the preferred coordinate system for default Java3D viewers.Java3D uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
JAVA3D_3D
public static final CoordinateSystem3D JAVA3D_3D
Replies the preferred coordinate system for default Java3D viewers.Java3D uses the
CoordinateSystem3D.XZY_RIGHT_HANDcoordinate system.
-
OPENGL_2D
public static final CoordinateSystem2D OPENGL_2D
Replies the preferred coordinate system for default OpenGL viewers.OpenGL uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
OPENGL_3D
public static final CoordinateSystem3D OPENGL_3D
Replies the preferred coordinate system for default OpenGL viewers.OpenGL uses the
CoordinateSystem3D.XZY_RIGHT_HANDcoordinate system.
-
X3D_2D
public static final CoordinateSystem2D X3D_2D
Replies the preferred coordinate system for default X3D viewers.X3D uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
X3D_3D
public static final CoordinateSystem3D X3D_3D
Replies the preferred coordinate system for default X3D viewers.X3D uses the
CoordinateSystem3D.XZY_RIGHT_HANDcoordinate system.
-
NASA_2D
public static final CoordinateSystem2D NASA_2D
Replies the preferred coordinate system for default NASA airplane standards.NASA airplane standards use the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
NASA_3D
public static final CoordinateSystem3D NASA_3D
Replies the preferred coordinate system for default NASA airplane standards.NASA airplane standards use the
CoordinateSystem3D.XYZ_LEFT_HANDcoordinate system.
-
COLLADA_2D
public static final CoordinateSystem2D COLLADA_2D
Replies the preferred coordinate system for default Collada viewers.Collada uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
COLLADA_3D
public static final CoordinateSystem3D COLLADA_3D
Replies the preferred coordinate system for default Collada viewers.Collada uses the
CoordinateSystem3D.XZY_LEFT_HANDcoordinate system.
-
VIRTOOLS_2D
public static final CoordinateSystem2D VIRTOOLS_2D
Replies the preferred coordinate system for 3DVIA Virtools.3DVIA Virtools uses the
CoordinateSystem2D.XY_RIGHT_HANDcoordinate system.
-
VIRTOOLS_3D
public static final CoordinateSystem3D VIRTOOLS_3D
Replies the preferred coordinate system for 3DVIA Virtools.3DVIA Virtools uses the
CoordinateSystem3D.XZY_LEFT_HANDcoordinate system.
-
MAYA_2D
public static final CoordinateSystem2D MAYA_2D
Replies the preferred coordinate system for Maya modeller.Maya uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
MAYA_3D
public static final CoordinateSystem3D MAYA_3D
Replies the preferred coordinate system for Maya modeler.Maya uses the
CoordinateSystem3D.XZY_RIGHT_HANDcoordinate system.
-
UNITY3D_2D
public static final CoordinateSystem2D UNITY3D_2D
Replies the preferred coordinate system for Unity 3D modeller.Unity 3D uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
UNITY3D_3D
public static final CoordinateSystem3D UNITY3D_3D
Replies the preferred coordinate system for Unity 3D modeler.Unity 3D uses the
CoordinateSystem3D.XZY_LEFT_HANDcoordinate system.
-
CATIAV5_2D
public static final CoordinateSystem2D CATIAV5_2D
Replies the preferred coordinate system for Catia V5 modeller.Catia V5 uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
CATIAV5_3D
public static final CoordinateSystem3D CATIAV5_3D
Replies the preferred coordinate system for Catia V5 modeler.Catia V5 uses the
CoordinateSystem3D.XZY_RIGHT_HANDcoordinate system.
-
BLENDER_2D
public static final CoordinateSystem2D BLENDER_2D
Replies the preferred coordinate system for Blender modeller.Blender uses the
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.
-
BLENDER_3D
public static final CoordinateSystem3D BLENDER_3D
Replies the preferred coordinate system for Blender modeler.Blender uses the
CoordinateSystem3D.XZY_RIGHT_HANDcoordinate system.
-
JAVAFX_2D
public static final CoordinateSystem2D JAVAFX_2D
Replies the preferred coordinate system for JavaFX.JavaFX uses
CoordinateSystem2D.XY_LEFT_HANDcoordinate system.- Since:
- 14.0
-
-