ContentsIndexReferenceHome
PreviousUpNext
IsGoodHitPoint
MATLAB
I = IsGoodHitPoint(G,Targ)
Description

Determines whether the hit point on an object is close to the specified aimpoint given the geometry. The function compares Targ.Object.hitPoint (or Targ.HELpt if Targ.Object.hitPoint is empty) to the output of ObjectIncidence. The function will return false where the aimpoint is not within line of site from the platform, including the case where an aimpoint is specified internal to the object.

Parameters
Parameters 
Description 
G [struct] 
Geometry structure as from GeomStruct 
Targ [struct] 
Target structure as from TargStruct with object information 
Return Values
Return Values 
Description 
I [logical] 
True if aimpoint is within line of sight of the platform 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!