getViewSites() Retrieves the array of ViewSites associated with this ViewPoint.
Constructor Detail
ViewPoint
public ViewPoint(String name, Vector3d location, Point3d look_to)(Code)
Builds a new ViewPoint
Parameters: name - The human readable name of the ViewPoint Parameters: location - The location at which the View is to be. Parameters: look_to - The direction towards which the View is oriented.