Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidbouchard/keystone
/ types & classes
Types & classes
5 in github.com/davidbouchard/keystone
⨍
Functions
51
◇
Types & classes
5
Class
CornerPinSurface
A simple Corner Pin "keystoned" surface. The surface is a quad mesh that can be skewed to an arbitrary shape by moving its four corners. September-20
src/deadpixel/keystone/CornerPinSurface.java:40
Interface
Draggable
src/deadpixel/keystone/Draggable.java:20
Class
ExampleTaglet
A sample Taglet representing @example. This tag can be used in any kind of {@link com.sun.javadoc.Doc}. It is not an inline tag. The text is displaye
resources/code/ExampleTaglet.java:59
Class
Keystone
This class manages the creation and calibration of keystoned surfaces. To move and warp surfaces, place the Keystone object in calibrate mode. It cat
src/deadpixel/keystone/Keystone.java:38
Class
MeshPoint
Represents a single point in the mesh, along with its precomputed (u,v) texture coordinates.
src/deadpixel/keystone/MeshPoint.java:24