Interface PointConstructor<TPoint>

interface PointConstructor<TPoint> {
    new PointConstructornew (position: PotentialVector, options?: BodyOptions<any>): TPoint;
}

Type Parameters

Constructors

Constructors