Skip to content

Instantly share code, notes, and snippets.

@kikitte
Last active July 27, 2023 14:35
Show Gist options
  • Save kikitte/c07fd49b3f1a2cdd173d1cd83c8f856e to your computer and use it in GitHub Desktop.
Save kikitte/c07fd49b3f1a2cdd173d1cd83c8f856e to your computer and use it in GitHub Desktop.
常用计算几何算法
整理一下工作学习中用到的计算几何算法,大多使用JavaScript实现。
@kikitte
Copy link
Author

kikitte commented Oct 29, 2022

空间直角坐标系中点的平移、旋转、缩放后坐标计算

1667037122635

1667037122632
1667037122629
1667037122627

@kikitte
Copy link
Author

kikitte commented Nov 17, 2022

求经纬坐标系上某点沿经线、纬线方向前进单位距离所导致的经纬度变化量:
1668692398189

@kikitte
Copy link
Author

kikitte commented Jul 27, 2023

平面直角坐标系上点向左向右旋转90度以及以y=x的对称点:
1690468443172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment