Qurak

CoordinateBoundingBoxArray

Verfügbar

Grid of coordinate tuples over a bounding box given as corner points; supports steps and Into[n] divisions and offsets

CoordinateBoundingBoxArray[{{xmin, ymin, …}, {xmax, ymax, …}}]
CoordinateBoundingBoxArray[{min, max}, d]
CoordinateBoundingBoxArray[{min, max}, {dx, dy, …}]
CoordinateBoundingBoxArray[{min, max}, Into[n]]
CoordinateBoundingBoxArray[{min, max}, steps, offsets]
CoordinateBoundingBoxArray[{min, max}, steps, offsets, k]
CoordinateBoundingBoxArray[{{3, -1}, {8, 2}}] → {{{3, -1}, {3, 0}, {3, 1}, {3, 2}}, {{4, -1}, {4, 0}, {4, 1}, {4, 2}}, {{5, -1}, {5, 0}, {5, 1}, {5, 2}}, {{6, -1}, {6, 0}, {6, 1}, {6, 2}}, {{7, -1}, {7, 0}, {7, 1}, {7, 2}}, {{8, -1}, {8, 0}, {8, 1}, {8, 2}}}CoordinateBoundingBoxArray[{{3, -2}, {9, 2}}, 2] → {{{3, -2}, {3, 0}, {3, 2}}, {{5, -2}, {5, 0}, {5, 2}}, {{7, -2}, {7, 0}, {7, 2}}, {{9, -2}, {9, 0}, {9, 2}}}CoordinateBoundingBoxArray[{{3, -2}, {9, 2}}, {2, 0.5}] → {{{3, -2.}, {3, -1.5}, {3, -1.}, {3, -0.5}, {3, 0.}, {3, 0.5}, {3, 1.}, {3, 1.5}, {3, 2.}}, {{5, -2.}, {5, -1.5}, {5, -1.}, {5, -0.5}, {5, 0.}, {5, 0.5}, {5, 1.}, {5, 1.5}, {5, 2.}}, {{7, -2.}, {7, -1.5}, {7, -1.}, {7, -0.5}, {7, 0.}, {7, 0.5}, {7, 1.}, {7, 1.5}, {7, 2.}}, {{9, -2.}, {9, -1.5}, {9, -1.}, {9, -0.5}, {9, 0.}, {9, 0.5}, {9, 1.}, {9, 1.5}, {9, 2.}}}

Themen

Verwandt

Alle 6300 Funktionen · Dies aus einem MCP-Client verwenden