Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 35e111a

Browse files
committed
Add orientation class
1 parent fb29632 commit 35e111a

33 files changed

+6932
-145
lines changed

Geometry.iml

Lines changed: 0 additions & 13 deletions
This file was deleted.

build.gradle

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
plugins {
2-
id 'maven-publish'
2+
id 'java-library'
33
}
44

55
group 'com.kylecorry.geometry'
6-
version '0.7'
7-
8-
apply plugin: 'java-library'
6+
version '0.8'
97

108
sourceCompatibility = 1.8
119

@@ -14,37 +12,9 @@ repositories {
1412
}
1513

1614
dependencies {
17-
testCompile group: 'junit', name: 'junit', version: '4.11'
15+
testCompile group: 'junit', name: 'junit', version: '4.12'
1816
}
1917

2018
jar {
2119
from sourceSets.main.allSource
22-
}
23-
//
24-
//publishing {
25-
// publications {
26-
// mavenJava(MavenPublication) {
27-
// pom {
28-
// description = 'A library of geometric representations'
29-
// licenses {
30-
// license {
31-
// name = 'GNU General Public License v3.0'
32-
// url = 'https://www.gnu.org/licenses/gpl-3.0.en.html'
33-
// }
34-
// }
35-
// developers {
36-
// developer {
37-
// id = 'kylecorry31'
38-
// name = 'Kyle Corry'
39-
// email = 'kylecorry31@gmail.com'
40-
// }
41-
// }
42-
// scm {
43-
// connection = 'scm:git:git://github.com/kylecorry31/Geometry.git'
44-
// developerConnection = 'scm:git:ssh://github.com/kylecorry31/Geometry.git'
45-
// url = 'https://github.com/kylecorry31/Geometry'
46-
// }
47-
// }
48-
// }
49-
// }
50-
//}
20+
}

docs/allclasses-frame.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0_191) on Sun Jan 06 07:50:46 EST 2019 -->
6+
<title>All Classes (Geometry 0.8 API)</title>
7+
<meta name="date" content="2019-01-06">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<h1 class="bar">All&nbsp;Classes</h1>
13+
<div class="indexContainer">
14+
<ul>
15+
<li><a href="com/kylecorry/geometry/Accel.html" title="class in com.kylecorry.geometry" target="classFrame">Accel</a></li>
16+
<li><a href="com/kylecorry/geometry/Orientation.html" title="class in com.kylecorry.geometry" target="classFrame">Orientation</a></li>
17+
<li><a href="com/kylecorry/geometry/Path.html" title="class in com.kylecorry.geometry" target="classFrame">Path</a></li>
18+
<li><a href="com/kylecorry/geometry/Point.html" title="class in com.kylecorry.geometry" target="classFrame">Point</a></li>
19+
<li><a href="com/kylecorry/geometry/Polygon.html" title="class in com.kylecorry.geometry" target="classFrame">Polygon</a></li>
20+
<li><a href="com/kylecorry/geometry/Pose.html" title="class in com.kylecorry.geometry" target="classFrame">Pose</a></li>
21+
<li><a href="com/kylecorry/geometry/Pose2D.html" title="class in com.kylecorry.geometry" target="classFrame">Pose2D</a></li>
22+
<li><a href="com/kylecorry/geometry/Quaternion.html" title="class in com.kylecorry.geometry" target="classFrame">Quaternion</a></li>
23+
<li><a href="com/kylecorry/geometry/Range.html" title="class in com.kylecorry.geometry" target="classFrame">Range</a></li>
24+
<li><a href="com/kylecorry/geometry/Twist.html" title="class in com.kylecorry.geometry" target="classFrame">Twist</a></li>
25+
<li><a href="com/kylecorry/geometry/Vector3.html" title="class in com.kylecorry.geometry" target="classFrame">Vector3</a></li>
26+
</ul>
27+
</div>
28+
</body>
29+
</html>

docs/allclasses-noframe.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0_191) on Sun Jan 06 07:50:46 EST 2019 -->
6+
<title>All Classes (Geometry 0.8 API)</title>
7+
<meta name="date" content="2019-01-06">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<h1 class="bar">All&nbsp;Classes</h1>
13+
<div class="indexContainer">
14+
<ul>
15+
<li><a href="com/kylecorry/geometry/Accel.html" title="class in com.kylecorry.geometry">Accel</a></li>
16+
<li><a href="com/kylecorry/geometry/Orientation.html" title="class in com.kylecorry.geometry">Orientation</a></li>
17+
<li><a href="com/kylecorry/geometry/Path.html" title="class in com.kylecorry.geometry">Path</a></li>
18+
<li><a href="com/kylecorry/geometry/Point.html" title="class in com.kylecorry.geometry">Point</a></li>
19+
<li><a href="com/kylecorry/geometry/Polygon.html" title="class in com.kylecorry.geometry">Polygon</a></li>
20+
<li><a href="com/kylecorry/geometry/Pose.html" title="class in com.kylecorry.geometry">Pose</a></li>
21+
<li><a href="com/kylecorry/geometry/Pose2D.html" title="class in com.kylecorry.geometry">Pose2D</a></li>
22+
<li><a href="com/kylecorry/geometry/Quaternion.html" title="class in com.kylecorry.geometry">Quaternion</a></li>
23+
<li><a href="com/kylecorry/geometry/Range.html" title="class in com.kylecorry.geometry">Range</a></li>
24+
<li><a href="com/kylecorry/geometry/Twist.html" title="class in com.kylecorry.geometry">Twist</a></li>
25+
<li><a href="com/kylecorry/geometry/Vector3.html" title="class in com.kylecorry.geometry">Vector3</a></li>
26+
</ul>
27+
</div>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)