Package org.eclipse.gef.geometry.projective


package org.eclipse.gef.geometry.projective
This package provides core abstractions to support calculations within 2-dimensional projective vector space.
  • Classes
    Class
    Description
    A two-dimensional infinite line that is defined by three coordinates of which the third is a so called homogeneous coordinate.
    The Vector3D class implements a three dimensional vector (components x, y, z) with its standard operations: addition and multiplication (scalar, dot-product, cross-product).