Uses of Class
geometry.AffineSpace

Packages that use AffineSpace
geometry   
 

Uses of AffineSpace in geometry
 

Subclasses of AffineSpace in geometry
 class CoordPlane
          A plane which is parallel to two coordinate vectors.
 class HyperPlane
           
 class Line
          A line, as a special affine subspace of n-dimensional space, defined by a point and a vector.
 class Plane
          A plane, as a special affine subspace of n-dimensional space, defined by a point and two vectors.
 

Fields in geometry declared as AffineSpace
protected  AffineSpace ImplicitGeometry.space
           
 

Methods in geometry that return AffineSpace
 AffineSpace Point.affineClosure()
           
 AffineSpace ImplicitGeometry.affineClosure()
           
private  AffineSpace ImplicitGeometry.generatedSpace(GeoComplex complex, GeoCell cell)
          Computes the smallest affine space containing the boundary of a given cell
 AffineSpace Geometry.affineClosure()
          Computes the smallest affine space, which contains this geometry
 AffineSpace AffineSpace.copy()
          Returns a deep copy of this affine space
 AffineSpace AffineSpace.affineClosure()
           
 

Methods in geometry with parameters of type AffineSpace
 void AffineSpace.add(AffineSpace other)
          Enlarges this affine space, so that it will also contain another affine space.