wima
    Preparing search index...

    Class Scale2D

    This is a 2D vector class.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    x: number
    y: number
    NegX: Vector2 = ...

    A unit vector pointing in the negative x-axis.

    NegY: Vector2 = ...

    A unit vector pointing in the nega y-axis.

    X: Vector2 = ...

    A unit vector pointing in the x-axis.

    Y: Vector2 = ...

    A unit vector pointing in the y-axis.

    Zero: Vector2 = ...

    A vector whose x and y values will remain 0.

    Methods