Package cnuphys.adaptiveSwim.geometry


package cnuphys.adaptiveSwim.geometry
  • Classes
    Class
    Description
     
    A cylinder is defined by a centerline and a radius
    3D line of the form p(t) = po + t*dp where p(t) is a point on the line, po is one point and dp = (p1-po) where p1 is another point.
    A plane is defined by the equation (r - ro).norm = 0 Where r is an arbitrary point on the plane, ro is a given point on the plane and norm is the normal to the plane
     
    A sphere centered at an arbitrary point
    Ordinary 3D vector