phaser - v3.90.0
    Preparing search index...
    type Face = {
        isCounterClockwise: boolean;
        vertex1: Types.GameObjects.Vertex;
        vertex2: Types.GameObjects.Vertex;
        vertex3: Types.GameObjects.Vertex;
    }
    Index

    Properties

    isCounterClockwise: boolean

    Are the vertices counter-clockwise?

    The first face vertex.

    The second face vertex.

    The third face vertex.