Thanks to visit codestin.com
Credit goes to www.java2s.com
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Geometry « 2D Graphics GUI « Java
Java
2D Graphics GUI
Geometry
1.
Collection of geometry utility methods
2.
Unions Rectangle2D
3.
Interpolates points given in the 2D plane
4.
Returns distance between two sets of coords
5.
Returns distance between 3D set of coords
6.
Returns closest point on segment to point
7.
Calculate Angle From
8.
Returns distance to segment
9.
Hexagon demo
10.
Implements an Vector in 3D space.
11.
Implementation of the 4 dimensional vector.
12.
Quaternion
13.
Circle shape
14.
Geometry Utilities
15.
This is a Polygon that allows the user to flip and swap the points along it's axis.
16.
Fast trigonometric operations
17.
A class to represent a latitude and longitude
18.
An undirected graph that keeps track of connected components (groups).
19.
Generates n logarithmically-spaced points between d1 and d2 using the provided base.
20.
Returns a dimension where width and height are inside the bounds of the maxWidth and maxHeight parameters