package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev

# README

计算一个点是否在多边形内

注意点

程序是参考资料1里面的代码写出来的。但是资料1里面伪代码也是有点问题的。在一些特殊点上的判断还是有点问题。之后要优化。

参考资料

  1. https://rosettacode.org/wiki/Ray-casting_algorithm#Go
  2. http://www.cnblogs.com/luxiaoxun/p/3722358.html

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author