Problem 1459. Triangular Tiling Dots in a Circle
Return how many Triangular Tiling grid points there are inside a circle of radius r centred at (0,0) (including points on the edge).
Assume that a Triangular Tiling grid is a 2D Hexagonal Bravais lattice with | a1 | = | a2 | = 1 and φ = 120°.
Neither string operations nor interpolations are allowed!
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 23 Jun 2020
This problem set has so many problems about dots that I'm starting to see spots in my vision.
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Create a cell array out of a struct
2072 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
539 Solvers
-
1120 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
626 Solvers
-
1077 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!