A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
value — Property in class org.MARS.robot.control.IOPort
Gets a value of the port, dependin on its direction:
  • if the direction is INPUT, the value of the port is HIGH if and only if the value of the one of the connected OUTPUT ports is HIGH
  • if the direction is OUTPUT, the value is the one set by the high() or low() function by the controller
_values — Property in class org.MARS.util.SimpleMap
values — Property in class org.MARS.util.SimpleMap
Vector — Class in package org.MARS.math
Two-Dimensional Vector
Vector(x, y) — Constructor in class org.MARS.math.Vector
Constructor
velocity — Property in interface org.MARS.dynamics.element.ISimulatable
Gets the velocity as a Vector- note that this is read-only
velocity — Property in class org.MARS.dynamics.element.particle.SimpleParticle
_vertices — Property in class org.MARS.view.shape.Polygon
vertices — Property in class org.MARS.view.shape.Polygon
VERY_LARGE_MASS — Constant static property in class org.MARS.dynamics.enum.Simplification
VERY_SMALL_MASS — Constant static property in class org.MARS.dynamics.enum.Simplification
vx — Property in interface org.MARS.dynamics.element.ISimulatable
Gets the horizontal velocity
vx — Property in class org.MARS.dynamics.element.particle.SimpleParticle
vy — Property in interface org.MARS.dynamics.element.ISimulatable
Gets the vertical velocity
vy — Property in class org.MARS.dynamics.element.particle.SimpleParticle
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z