kcl-std → types → Point2dPoint2dType in std::typesA point in two dimensional space. Copy snippet Point2d is an alias for a two-element array of numbers. To write a value with type Point2d, use an array, e.g., [0, 0] or [5.0, 3.14].Found a typo?