generateCircleGridPoints
Syntax
Description
generates circle grid point locations based on the specified number of circles in each
dimension worldPoints
= generateCircleGridPoints(patternDims
,centerDistance
)patternDims
and the specified distance in world units between
the centers of two adjacent circles centerDistance
.
For more details on circle grid patterns, see Circle Grid Patterns.
[
specifies the type of circle grid for which the function generates point locations. Specify
worldPoints
] = generateCircleGridPoints(___,PatternType="symmetry")PatternType
as "asymmetric
or
"symmetric"
. By default, the function generates point locations for an
asymmetric circle grid.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b