英文: Split self-intersecting path into simple non-self-intersecting paths 问题 如何高效地将自相交的开放路径分割成多个简单的非自...
Math to rotate a point around an origin in Go
英文: Math to rotate a point around an origin in Go 问题 无法记住学校里要使用的数学知识,但我想使用Go/Golang围绕原点旋转一个点。 下面是一个非...
如何通过坐标在MySQL中查找多边形数据
英文: How to look up multipolygon data in mysql by coordinates 问题 // 地图数据 db.Exec(CREATE TABLE IF NOT ...
从Spatialite中获取多边形类型的数据并将其作为字符串返回,这是否可能?
英文: Is it possible to get multipolygon type data as string from spatialite? 问题 sql.Register("sq...
如何在Java小程序中将文本放置在一个圆内,以使文本的中间部分位于中心?
英文: How to place text inside a circle in java applet such that middle of the text comes at the cente...
为什么这个方程可以用来找到圆周上n个等距点?
英文: Why does this equation work for finding n equidistant points around a circle? 问题 对于一个问题,我们需要在圆周上...
如何快速找到使得值最大的点?请提供Java或C++代码。
英文: How to find the point that gives the maximum value fast? Java or c++ code please 问题 我需要一种快速找到最大值...
点C到大圆AB弧的距离不正确
英文: Incorrect distance of point C from an arc AB on great circle 问题 以下是代码的翻译部分: private static void ...
Java几何问题:圆弧段的周长
英文: Java geometry problem: perimeter of circular segment 问题 Seq是一个方法,对于给定的线:线的点a和斜率b,返回圆弧段的周长。我使用圆和直...
用Java AWT在圆形中绘制文本(并使字母相应地定向)
英文: Draw text in circle with Java AWT (with the letters oriented accordingly) 问题 我正在尝试使用Java AWT和Aff...
6