Path: FormationFlying/Coord
% Check whether the supplied data structure is for circular geometry or not. Note: Not necessary in C++, as overloaded functions with different data structure inputs will be used. -------------------------------------------------------------------------- Usage: a = IsCircGeom( geom ); -------------------------------------------------------------------------- ------ Inputs ------ geom (.) Geometry data structure ------- Outputs ------- a (1) Flag (1 if circular geometric struct, 0 if not) --------------------------------------------------------------------------
FormationFlying: DataStructures/Geometry_Structure Common: General/StringMatch
Back to the FormationFlying Module page