A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Point2d — Class in package net.bgstaal.perspectiveprojection
Point2d ©2009, bgstaal.net
A instance if the Point2d class represents a projected Point3d as a 2d coordinate (x, y) and the value t (scale)
Point2d(x, y, t) — Constructor in class net.bgstaal.perspectiveprojection.Point2d
Create a Point2d instance
Point3d — Class in package net.bgstaal.perspectiveprojection
Point3d ©2009, bgstaal.net
The Point3d holds the properties to represent a single point i 3d space (x,y,z) and the methods to apply transformation matrices and return a 2d representation of the 3d point.
Point3d(x, y, z) — Constructor in class net.bgstaal.perspectiveprojection.Point3d
Creates a Point3d instance
project(focalLength, projectionCenter) — Method in class net.bgstaal.perspectiveprojection.Point3d
Performs a perspective projection on the instance and returns a 2d represenation of the 3d coordinates
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z