All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.nps.moves.deadreckoning.DIS_DR_Static_01 Maven / Gradle / Ivy

Go to download

An open source implementation of the Distributed Interactive Simulation (DIS) IEEE-1278 protocol

There is a newer version: 5.8
Show newest version
package edu.nps.moves.deadreckoning;

import edu.nps.moves.deadreckoning.utils.*;

/**
 * (PRIMARY Methods group) Static DR, no movement || No motion
 * @author Sheldon L. Snyder
 */
public class DIS_DR_Static_01 extends DIS_DeadReckoning
{
    /**
     * The driver for a DIS_DR_Static_01 DR algorithm from the Runnable interface
     * 

* No motion or rotation */ public void run() { } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy