Description
This method provides a sequential listing of events related to the intersection of two objects, where one object moves to at least partially intersect another object. The objects can be a ThreeDModel and a Vector or a ProximityZone and a Vector. The start times, end times, and duration of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
Timing Precision Mode
This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Click here to see the documentation for this object in nanosecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
Vector.IntersectionTimes(ProximityZone proximityZoneToIntersect)
|
String
|
This method provides a sequential listing of events related to the intersection of the calling Vector and proximityZoneToIntersect, where one object moves to at least partially intersect another object. The start times, end times, and duration of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ThreeDModel intersectingThreeDModel)
|
String
|
This method provides a sequential listing of events related to the intersection of the calling Vector and intersectingThreeDModel, where one object moves to at least partially intersect another object. The start times, end times, and duration of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ProximityZone proximityZoneToIntersect, Variable isInfiniteVector)
|
String
|
This method provides a sequential listing of events related to the intersection of the calling Vector and proximityZoneToIntersect, where one object moves to at least partially intersect another object. The isInfiniteVector option specifies whether the vector magnitude is infinite or not. The start times, end times, and duration of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ThreeDModel intersectingThreeDModel, Variable isInfiniteVector)
|
String
|
This method provides a sequential listing of events related to the intersection of the calling Vector and intersectingThreeDModel, where one object moves to at least partially intersect another object. The isInfiniteVector option specifies whether the vector magnitude is infinite or not. The start times, end times, and duration of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ProximityZone proximityZoneToIntersect, Array EventTime, Array EventType)
|
Variable
|
This method provides a sequential listing of events related to the intersection of the calling Vector and proximityZoneToIntersect, where one object moves to at least partially intersect another object. The start times and end times of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ThreeDModel intersectingThreeDModel, Array EventTime, Array EventType)
|
Variable
|
This method provides a sequential listing of events related to the intersection of the calling Vector and intersectingThreeDModel, where one object moves to at least partially intersect another object. The start times and end times of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ProximityZone proximityZoneToIntersect, Variable isInfiniteVector, Array EventTime, Array EventType)
|
Variable
|
This method provides a sequential listing of events related to the intersection of the calling Vector and proximityZoneToIntersect, where one object moves to at least partially intersect another object. The isInfiniteVector option specifies whether the vector magnitude is infinite or not. The start times and end times of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
Vector.IntersectionTimes(ThreeDModel intersectingThreeDModel, Variable isInfiniteVector, Array EventTime, Array EventType)
|
Variable
|
This method provides a sequential listing of events related to the intersection of the calling Vector and intersectingThreeDModel, where one object moves to at least partially intersect another object. The isInfiniteVector option specifies whether the vector magnitude is infinite or not. The start times and end times of the intersection are returned. FreeFlyer uses a definitive analytical solution to evaluate this method.
|
See also
Vector Object
Coverage and Contact Analysis Guide
Vectors and Coordinate Systems Guide
Matrix, Array, and Variable Math Guide
|