Example #1
0
        /**
         * Returns the x,y,z coordinates of the ring, which corresponds to the center
         * of the treadmill in VR space. Also retrieves the radius of the ring.
         */
        public static Ring GetRingValues()
        {
            InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None;

            if (!CheckConnection())
            {
                InitConnection(ref e);
            }
            return(InfinadeckInterOp.GetRing());
        }