class flash.geom.Vector3D
Available on flashclass flash.geom.Vector3DAvailable on flashfunction angleBetween(a:Vector3D, b:Vector3D):Floatvar lengthSquared:Floatfunction crossProduct(a:Vector3D):Vector3Dfunction decrementBy(a:Vector3D):Voidfunction dotProduct(a:Vector3D):Floatfunction incrementBy(a:Vector3D):Voidfunction nearEquals(toCompare:Vector3D, tolerance:Float, allFour:Bool):Bool