#pragma once // Local struct to hold plane-specific data struct PlaneData { float distance; };