Hermes
|
File containing the implementation of the SegmentST data type. More...
Functions | |
boolean | intersects (segmentst segment, boxst box) |
boolean | intersects (segmentst segmenta, segmentst segmentb) |
boolean | contains (segmentst segment, pointst point) |
This function checks if an object contains an another object. More... | |
boolean | contained (segmentst segment, boxst box) |
boolean | containedproperly (segmentst segment, boxst box) |
boolean | withindistance (segmentst segment, rangest range) |
File containing the implementation of the SegmentST data type.
This function checks if an object contains an another object.
[in] | segment | the segment |
[in] | point | the PointST |