Package | Description |
---|---|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
Modifier and Type | Method and Description |
---|---|
Ilv3DTrajectory.Point |
Ilv3DTrajectory.computeTrajectoryPoint(double seconds)
Computes the correct trajectory point for the selected time.
|
Ilv3DTrajectory.Point |
Ilv3DTrajectory.Point.createInterpolatedPoint(Ilv3DTrajectory.Point next,
Ilv3DTrajectory.Point afterOther,
double ratio,
boolean interpolateLookAt)
Creates a point with interpolated values.
|
Ilv3DTrajectory.Point |
Ilv3DTrajectory.Point.getLookAt()
Returns the point the camera should look at.
|
Ilv3DTrajectory.Point |
Ilv3DTrajectory.getPoint(int idx)
Returns the Ilv3DTrajectory.Point at the specified index in the trajectory.
|
Modifier and Type | Method and Description |
---|---|
void |
Ilv3DTrajectory.addPoint(Ilv3DTrajectory.Point p)
Adds a trajectory point.
|
double |
Ilv3DTrajectory.Point.computeDistance(Ilv3DTrajectory.Point other)
Computes the distance in meters to the other point.
|
Ilv3DTrajectory.Point |
Ilv3DTrajectory.Point.createInterpolatedPoint(Ilv3DTrajectory.Point next,
Ilv3DTrajectory.Point afterOther,
double ratio,
boolean interpolateLookAt)
Creates a point with interpolated values.
|
Constructor and Description |
---|
Ilv3DTrajectory(Ilv3DTrajectory.Point[] points)
Creates a trajectory with the initial table of points
|
Point(double speed,
double longitude,
double latitude,
double elevation,
Ilv3DTrajectory.Point lookAt)
Constructs a Ilv3DTrajectory.Point with the specified parameters.
|
Point(Ilv3DTrajectory.Point p)
Copies the point in a new instance.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.