Example usage for org.apache.commons.math.geometry Vector3D subclass-usage

List of usage examples for org.apache.commons.math.geometry Vector3D subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.geometry Vector3D subclass-usage.

Usage

From source file uk.ac.imperial.presage2.util.location.Move.java

/**
 * An Action which represents a change in {@link Location}. Defined by a
 * {@link Vector3D}.
 * 
 * @author Sam Macbeth
 * 

From source file uk.ac.imperial.presage2.util.location.Location.java

/**
 * This represents a location in the environment space as defined by a 3D
 * vector. We the apache commons {@link Vector3D} class for this vector.
 * 
 * @author Sam Macbeth
 *