import { IVector } from "./IVector"; export interface IDot extends IVector { p: number }