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  
vector — Property in class com.fileitup.fisixengine.utils.Line
Vector — Class in package com.fileitup.fisixengine.core
A class which serves as the base for many of the engine's calculations.
Vector(cX, cY) — Constructor in class com.fileitup.fisixengine.core.Vector
vectorA — Property in class com.fileitup.fisixengine.primitives.Surface
vectorA — Property in class com.fileitup.fisixengine.utils.Line
vectorBetween(v1:com.fileitup.fisixengine.core:Vector, v2:com.fileitup.fisixengine.core:Vector) — Static method in class com.fileitup.fisixengine.core.Vector
Returns a vector starting at v1 and pointing to v2
vectorFromAngle(angle, scale) — Static method in class com.fileitup.fisixengine.core.Vector
Creates a vector given the angle and length
vectorTo(v:com.fileitup.fisixengine.core:Vector) — Method in class com.fileitup.fisixengine.core.Vector
Returns a vector starting at this vector and pointing to the given vector.
velocity — Property in class com.fileitup.fisixengine.primitives.Particle
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