Interface Spinor

interface Spinor {
    a: number;
    b: number;
}

Hierarchy (view full)

Properties

a b

Properties

a: number

The scalar coordinate as a number.

b: number