Searched refs:targ (Results 1 – 3 of 3) sorted by relevance
146 Vector3 targ = new Vector3(-7, 23, 4); in cartesian() local147 assertClose(AoaVector.fromCartesian(targ).toCartesian(), targ); in cartesian() local
120 Vector3 targ = new Vector3(-7, 23, 4); in cartesian() local121 assertClose(SphericalVector.fromCartesian(targ).toCartesian(), targ); in cartesian() local