package engine.camera; import engine.math.Vector3f; public interface TrackingDummy { Vector3f getViewVector(); }