public abstract class EditingAgent
extends java.lang.Object
Constructor and Description |
---|
EditingAgent(Main main) |
Modifier and Type | Method and Description |
---|---|
Point3d |
getCenter(IsRenderable r)
Returns the center point of a renderable object.
|
Point3d |
intersectClipPlane(Line ray,
GLClipPlane clipPlane)
Intersects a ray with a viewer clip plane and returns the corresponding
point.
|
Point3d |
intersectViewPlane(Line ray,
Point3d ref,
Viewer viewer)
Intersect a ray with a view plane defined by the current eye direction and
a reference point.
|
public EditingAgent(Main main)
public Point3d intersectViewPlane(Line ray, Point3d ref, Viewer viewer)
public Point3d intersectClipPlane(Line ray, GLClipPlane clipPlane)
public Point3d getCenter(IsRenderable r)