#include "Triangle3.h" namespace GtpVisibilityPreprocessor { float Triangle3::GetSpatialAngle(const Vector3 &point) const { return 0.0f; } }