Tuesday, May 31, 2022
Sunday, May 29, 2022
again
I'm trying yet again with some sort of stereographic projection. Right now I have an initial triangle land tile based on the horizontal and vertical position of the three vertices, but I will convert to XYZ coords and get the 3D cross product to find an area. Slow...
Saturday, May 28, 2022
Friday, May 27, 2022
Thursday, May 26, 2022
Approximate area from 2D cross product
I'm trying yet again with some sort of stereographic projection. Right now I have an initial triangle land tile based on the horizontal and vertical position of the three vertices, but I will convert to XYZ coords and get the 3D cross product to find an area. Slow...
Wednesday, May 25, 2022
Making a list of June words
This is a utility page for typing up a list of words for the next month.
Triangle to triangle fan land blob...
I'm trying yet again with some sort of stereographic projection.
Tuesday, May 24, 2022
No area 8-(
I'm going with an initial triangle here and want the area. I will find longitude and latitude, draw them to my horizontal and vertical points for the triangle div and get the area from XYZ coordinates with the cross product.
Monday, May 23, 2022
Initial Triangle
I'm going with an initial triangle here and want the area
Sunday, May 22, 2022
I just mowed the grass and ran up minutes on the walk function on my cell while on the rider, so I left it in the car when I moved my car for the last bit. I came in the house without it, striped down and now I’m tempted to walk out there in my underwear, socks and outdoor slip-on shoes (slippers, really) to retrieve it… 8-P
Saturday, May 21, 2022
Polygon Area
I have a horizontal and vertical position, now I need to get world longitude and latitude and from that XYZ coordinates for the vertices of a triangle face so that we can get the area of each land triangle tile in the triangle fan.
Friday, May 20, 2022
Area of the triangles in the triangle fan
I have a horizontal and vertical position, now I need to get world longitude and latitude and from that XYZ coordinates for the vertices of a triangle face so that we can get the area of each land triangle tile in the triangle fan.
Today’s word is ‘axe’ and tomorrow’s word will be ‘clouds’.
Back to splatting out some land blobs! I want a to find the area of each triangle and make land triangles until we have filled up the land blob, which means we start with a target area quantity, then we make land tile triangles, find coordinates, find area, add to a running area quantity, draw the land triangle div, rinse and repeat.
Thursday, May 19, 2022
Triangle Fan
I'm going to map some triangles from a circular world map to a spherical one, where longitude is angle around the pie and latitude is distance from the center. Vastly distorted at the edges, but I can see everything. I'm going to wrap the world div polygon shape around the outside of my triangle mesh. I can get a circumference, diameter and radius and size the world div based on rounding up radius.
Wednesday, May 18, 2022
Circle to Polygon to Sphere
I'm going to map some triangles from a circular world map to a spherical one, where longitude is angle around the pie and latitude is distance from the center. Vastly distorted at the edges, but I can see everything. I'm going to wrap the world div polygon shape around the outside of my triangle mesh. I can get a circumference, diameter and radius and size the world div based on rounding up radius.