edu.mines.jtk.mosaic Class DPoint java.lang.Object edu.mines.jtk.mosaic. DPoint
http://boole.mines.edu/doc/api/edu/mines/jtk/mosaic/DPoint.html
eTextReader Class DPoint java.lang.Object java.awt.geom.Point2D java.awt.Point eTextReader. DPoint All Implemented Interfaces:
http://etextreader.sourceforge.net/apidocs/eTextReader/DPoint.html
Class EDU.auburn.VGJ.util. DPoint java.lang.Object | +----EDU.auburn.VGJ.util. DPoint
http://www.eng.auburn.edu/csse/research/research_groups/graph_drawing/EDU/auburn/VGJ/doc/EDU.auburn.VGJ.util.DPoint.html
public class DPoint extends Object implements Cloneable This class stores the real-valued (x,y)-coordinates of a point. Version: 1.0 Author:
http://www.sable.mcgill.ca/~dbelan2/duploss/doc/duploss.geo.DPoint.html#_top_
org.eclipse.tptp.platform.report.core.internal Class DPoint java.lang.Object org.eclipse.tptp.platform.report.core.internal.DItem org.eclipse.tptp.platform.report.core.internal ...
http://archive.eclipse.org/tptp/4.5.0/javadoc/Platform/internal/org/eclipse/tptp/platform/report/core/internal/DPoint.html
com.rational.test.ft.value Class DPoint java.lang.Object com.rational.test.ft.value. DPoint
http://publib.boulder.ibm.com/infocenter/rfthelp/v8r0m0/topic/com.rational.test.ft.api.help/ApiReference/com/rational/test/ft/value/DPoint.html
uk.ac.ic.doc.automed.editor.autolayout Class DPoint java.lang.Object uk.ac.ic.doc.automed.editor.autolayout. DPoint
http://www.doc.ic.ac.uk/~pjm/automed/resources/apidocs/uk/ac/ic/doc/automed/editor/autolayout/DPoint.html
org.lego.navigation.misc Class DPoint java.lang.Object org.lego.navigation.misc. DPoint
http://pille.iwr.uni-heidelberg.de/~legointer1/javadoc/org/lego/navigation/misc/DPoint.html
Detailed Description template class reviver:: dpoint< NumType, D > Main d dimensional Point Class. NumType = Floating Point Type; D ...
http://www.compgeom.com/~piyush/scripts/triangle/classreviver_1_1dpoint.html#0d894ff4fcb1d41d483da904906b814b
Detailed Description Real points. This class represent a two-dimensional point with real coordinates. Definition at line 236 of file geometry.h.
http://www.ogdf.net/doc-ogdf/classogdf_1_1_d_point.html
The distance 00038 // is L_2 00039 00040 template < typename NumType, unsigned D> 00041 class dpoint; 00042 00043 00045 // Internal number type traits for dpoint 00047 00048 template < ...
http://www.compgeom.com/~piyush/scripts/triangle/dpoint_8hpp-source.html
The so-called "2D cross product" is really the dot-product with the perpendicular vector
http://vterrain.org/Doc/vtdata/classDPoint2.html
Detailed Description A 3-component vector class, double-precision.
http://www.vterrain.org/Doc/vtdata/classDPoint3.html
Impressum; Class DPoint (version 0.16) Description: A point class with double (floating-point) coordinates. Class overview. Index. Method Overview
http://www.klayout.de/rba_DPoint.html
Detailed Description template class slip:: DPoint< CoordType, DIM > Define an abstract DPoint structure. Author:
http://www.sic.sp2mi.univ-poitiers.fr/slip/DOCUMENTATION/classslip_1_1_d_point.html
Detailed Description template struct mln:: dpoint< G, C > Generic delta-point class. Parameters are G the dimension of the space and C the coordinate type in ...
http://www.lrde.epita.fr/~lazzara/olena/doc/user/df/dec/structmln_1_1dpoint.html
Uses of Class edu.mines.jtk.mosaic. DPoint
http://boole.mines.edu/doc/api/edu/mines/jtk/mosaic/class-use/DPoint.html
slip:: DPoint1d< CoordType > Class Template Reference Difference of Point1D class, specialization of DPoint with DIM = 1. More...
http://www.sic.sp2mi.univ-poitiers.fr/slip/DOCUMENTATION/classslip_1_1_d_point1d.html
class DPoint { protected double x; protected double y; DPoint (double x, double y) { this.x = x; this.y = y; } DPoint () { x = 0; y = -1 ...
http://vip.cs.utsa.edu/classes/cs4773s2000/notes/cs4773.topic02.html
Represents a light source that has a specified position in space and projects its light in all directions.
http://msdn.microsoft.com/en-us/library/system.windows.media.media3d.pointlight.aspx
|