daan wrote:Have you solved the problem of 24 equal globe parts with meaningful boundaries for these kites?
No, but Buckminster Fuller solved it for me. The great circles dividing the kites would be visible from dividing the squares and triangles in a gnomonic polyhedral map on a cuboctahedron in the same way as to generate the target kite shapes.
Actually, however, this problem is so trivial that even I can solve it.
Surround a sphere with its center at the origin, (x,y,z) = (0,0,0), by a cuboctahedron in a conventional orientation with the same center.
The points of interest are the vertices of the cuboctahedron, which are:
Code: Select all
x y z
a 1 1 0
b 0 1 1
c -1 1 0
d 0 1 -1
e 1 0 1
f -1 0 1
g -1 0 -1
h 1 0 -1
i 1 -1 0
j 0 -1 1
k -1 -1 0
l 0 -1 -1
the centers of the cubical faces of the cuboctahedron, which are
Code: Select all
x y z
m 0 1 0
n 1 0 0
o 0 0 1
p -1 0 0
q 0 0 -1
r 0 -1 0
and the centers of the triangular faces of the cuboctahedron, which may be replaced for our purposes by the vertices of the cube, which lie in the same directions from the origin, but a bit further out,
Code: Select all
x y z
s 1 1 1
t -1 1 1
u -1 1 -1
v 1 1 -1
w 1 -1 1
x -1 -1 1
y -1 -1 -1
z 1 -1 -1
Then project these points to the sphere by suitably scaling them: divide the coordinates of each of the points a through l given above by the square root of 2, and the coordinates of each of the points s through z given above by the square root of 3, leaving the coordinates of points m through r as they are. The result of that will be the points A through Z.
Point M will be the North Pole, latitude +90 degrees, longitude indeterminate; point R will be the South Pole, latitude -90 degrees, longitude indeterminate.
For the other points, the latitude and longitude coordinates may be obtained as follows:
the latitude of point A will be the arc sine of A(y).
the longitude of point A will be ATAN2(x,z); that is, the angle returned by converting x and z as Cartesian coordinates x and y to polar coordinates.
When I say to "connect" two points, I mean to draw the shorter arc of the great circle on the sphere with radius 1 centered at the origin which includes those two points.
The four lines bounding one of the kites will result from connecting point M to point A, and then point A to point S, and then point S to point B, and then point B back to point M again.
Here are the sequences in which to connect the points, each sequence creating a series of great circle arcs that will bound the kite-shaped region in a counter-clockwise fashion on the surface of the sphere:
MASBM
MBTCM
MCUDM
MDVAM
NIWEN
NESAN
NAVHM
NHZIN
OEWJO
OJXFO
OFTBO
OBSEO
PCTFP
PFXKP
PKYGP
PGUCP
QHVDQ
QDUGQ
QGYLQ
QLZHQ
RJWIR
RKXJR
RLYKR
RIZLR
On the other hand, while I am aware that mathematical techniques
exist to define a conformal mapping with one of these spherical polygons, and a kite-shaped quadrilateral of the type I describe (angles 90, 75, 120, and 75 degrees), I must admit that I am not conversant with those techniques, and would not know how to supply that mapping either in analytic form as an integral, or in numerical form as a polynomial approximation. I but passively admire and consume the work of geniuses like L. P. Lee and O. S. Adams.
John Savard