package transform_tools
Types
AxisState
const ( AxisStateNone AxisState = iota AxisStateX AxisStateY AxisStateZ )
AxisState.Toggle
ToolState
const ( ToolStateNone ToolState = iota ToolStateMove ToolStateRotate ToolStateScale )
TransformTool
struct
New
func New(host *engine.Host, editor editor_interface.Editor, canvas string, history *memento.History) TransformTool