Closed yongguanjiangshan closed 1 year ago
hi, in the function createHiveFlatMesh() in utils/geometry.py. the y_resolution = x_resolution * 2 / 1.7320508075688772. could you tell me the meaning of this equation?
@yongguanjiangshan It just constructs an equilateral triangle instead of a right triangle. 1.732≈sqrt(3)
hi, in the function createHiveFlatMesh() in utils/geometry.py. the y_resolution = x_resolution * 2 / 1.7320508075688772. could you tell me the meaning of this equation?