Interface PotentialVector

potential vector

interface PotentialVector {
    x?: number;
    y?: number;
}

Hierarchy (view full)

Properties

Properties

x?: number
y?: number

Generated using TypeDoc