Grid Placement

ManipulationTransformCalculator

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/manipulation/manipulation_transform_calculator.gd

Version: 5.0

class_name: ManipulationTransformCalculator extends: RefCounted

Summary

ManipulationTransformCalculator - Pure logic component for manipulation transform calculations.

Responsibilities:

  • Calculate final transforms for placed objects after manipulation
  • Preserve flip semantics (negative scale values) during transform application
  • Provide testable, isolated transform logic separate from system dependencies

This component contains NO dependencies on:

  • Scene tree
  • Signals
  • State management
  • Input handling

All methods are pure functions that take inputs and return outputs.

Signals

(none)

Exports

(none)

Methods

(none)