i

intersection-point

A library for intersection point calculation of figure.
https://github.com/zawataki/IntersectionPoint
MIT License
Yuki Takizawa
Files download
File Operation
intersection-point-1.0.0.jar download
intersection-point-1.0.0.pom download
intersection-point-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.zawataki</groupId>
  <artifactId>intersection-point</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.zawataki:intersection-point:1.0.0'
Gradle Kotlin
implementation("com.github.zawataki:intersection-point:1.0.0")
Scala SBT
libraryDependencies += "com.github.zawataki" % "intersection-point" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zawataki', module='intersection-point', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.zawataki" name="intersection-point" rev="1.0.0" />
Leiningen
[com.github.zawataki/intersection-point "1.0.0"]
Apache Buildr
'com.github.zawataki:intersection-point:jar:1.0.0'
Dependencies