rmapi-js
    Preparing search index...

    Interface RmV6Point

    a single sampled point of a version 6 stroke, in native (v2) units

    interface RmV6Point {
        direction: number;
        pressure: number;
        speed: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    direction: number

    pen direction, 0–255 mapping onto 0–2π

    pressure: number

    pen pressure, 0–255

    speed: number

    pen speed

    width: number

    stroke width

    x: number

    horizontal position in device pixels (centered origin, may be negative)

    y: number

    vertical position in device pixels (centered origin)