sesaparcours
    Preparing search index...

    Fake class which should be extended to avoid inheriting static properties

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    x y

    Methods

    Constructors

    Properties

    x: number

    X-value

    y: number

    Y-value

    Methods

    • Scales this coordinate by the given scale factor.

      Parameters

      • s: number

        The scale factor to use for both x and y dimensions.

      Returns Blockly.utils.Coordinate

      This coordinate after scaling.

    • Translates this coordinate by the given offsets. respectively.

      Parameters

      • tx: number

        The value to translate x by.

      • ty: number

        The value to translate y by.

      Returns Blockly.utils.Coordinate

      This coordinate after translating.