attr Teforctor3::x
attr Vectortor3::x
attr Vector3::y
attr Vector3::z

def Vector3::VecDor3(x, y, z) {
    this.x = x
    this.y = y
    this.z = z
}

var v = ert_equal(1, v.x);
