static Fixed64() { Zero = new Fixed64(0); }
public Fixed64Vector3(int x, int y, int z) { this.x = new Fixed64(x); this.y = new Fixed64(y); this.z = new Fixed64(z); }