edu.stanford.rsl.konrad.geometry.transforms
Interface Transformable

All Known Implementing Classes:
AbstractCurve, AbstractShape, AbstractSurface, ArbitrarySurface, Box, BSpline, CAPIPoint, CAPIPoint2D, CompoundShape, Cone, Cylinder, Edge, Ellipsoid, ForbildBox, ForbildCone, ForbildCylinder, ForbildEllipsoid, ForbildSphere, LinearOctree, NestedOctree, PhysicalPoint, Plane3D, Point2D, Point3D, PointND, QuadricSurface, SimpleSurface, SortablePoint, Sphere, StraightLine, SurfaceBSpline, TimeVariantSurfaceBSpline, Triangle, VectorPoint3D

public interface Transformable

Interface for all Objects which can be transformed by Transforms.

Author:
akmaier

Method Summary
 void applyTransform(Transform t)
          Applies the Transform t to the object.
 

Method Detail

applyTransform

void applyTransform(Transform t)
Applies the Transform t to the object.

Parameters:
t - the transform to apply to the object.