public class

Move

extends Vector3D
implements Action
java.lang.Object
   ↳ org.apache.commons.math.geometry.Vector3D
     ↳ uk.ac.imperial.presage2.util.location.Move
Known Direct Subclasses

Class Overview

An Action which represents a change in Location. Defined by a Vector3D.

Summary

[Expand]
Inherited Constants
From class org.apache.commons.math.geometry.Vector3D
Public Constructors
Move(double x, double y)
Create a Move in 2 dimensions.
Move(double x, double y, double z)
Create a Move in 3 dimensions.
Move(Vector3D v)
Create a move from an existing Vector3D.
[Expand]
Inherited Methods
From class org.apache.commons.math.geometry.Vector3D
From class java.lang.Object

Public Constructors

public Move (double x, double y)

Create a Move in 2 dimensions.

public Move (double x, double y, double z)

Create a Move in 3 dimensions.

public Move (Vector3D v)

Create a move from an existing Vector3D.