Uses of Class
artofillusion.ui.Compound3DManipulator.Axis

Packages that use Compound3DManipulator.Axis
artofillusion.ui   
 

Uses of Compound3DManipulator.Axis in artofillusion.ui
 

Fields in artofillusion.ui declared as Compound3DManipulator.Axis
static Compound3DManipulator.Axis Compound3DManipulator.ALL
           
static Compound3DManipulator.Axis Compound3DManipulator.N
           
static Compound3DManipulator.Axis Compound3DManipulator.P
           
static Compound3DManipulator.Axis Compound3DManipulator.Q
           
static Compound3DManipulator.Axis Compound3DManipulator.U
           
static Compound3DManipulator.Axis Compound3DManipulator.UV
           
static Compound3DManipulator.Axis Compound3DManipulator.V
           
static Compound3DManipulator.Axis Compound3DManipulator.W
           
static Compound3DManipulator.Axis Compound3DManipulator.X
           
static Compound3DManipulator.Axis Compound3DManipulator.Y
           
static Compound3DManipulator.Axis Compound3DManipulator.Z
           
 

Methods in artofillusion.ui that return Compound3DManipulator.Axis
 Compound3DManipulator.Axis Compound3DManipulator.HandleEvent.getAxis()
          Get the axis for which the handle is being manipulated.
 

Methods in artofillusion.ui with parameters of type Compound3DManipulator.Axis
 Vec3 Compound3DManipulator.getAxisDirection(Compound3DManipulator.Axis axis, ViewerCanvas view)
          Get the direction of a particular axis.
 

Constructors in artofillusion.ui with parameters of type Compound3DManipulator.Axis
Compound3DManipulator.HandleDraggedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event, Mat4 transform)
          Create a HandleDraggedEvent for a MOVE drag.
Compound3DManipulator.HandleDraggedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event, Mat4 transform, double angle)
          Create a HandleDraggedEvent for a ROTATE drag.
Compound3DManipulator.HandleDraggedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event, Mat4 transform, double scale1, double scale2)
          Create a HandleDraggedEvent for a SCALE drag.
Compound3DManipulator.HandlePressedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event)
           
Compound3DManipulator.HandleReleasedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event)
           
 



Copyright © 1999-2011 by Peter Eastman.