menu
Vector2d
import { Vector2d } from "destack:math";
Two-dimensional double-precision vector.
1export type Vector2d = Vector2<float64>import { Vector2d } from "destack:math";
Two-dimensional double-precision vector.
1export type Vector2d = Vector2<float64>