@diamondlightsource/davidia
    Preparing search index...

    Class LinearSelection

    Class to select a line

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    alpha: number = 0.3

    opacity [0,1]

    angle: number

    angle of selection (radians)

    asDashed?: boolean

    if true, outline is dashed

    colour?: string

    outline colour

    defaultColour: "#44aa99" = '#44aa99'

    default colour

    fixed: boolean = false

    if true, not moveable

    id: string

    identity

    invTransform: Matrix3
    length: number

    length of line

    name: string = ''

    name

    start: [number, number]

    start (or centre) point coordinate

    transform: Matrix3
    vStart: Vector3

    Vector3 copy of start coordinate

    Methods