Class: cover_point
Cover point returned by cover search helpers.
Source
C++ class cover_point
Custom Constructor
cover_point
Methods
is_smart_cover()
ts
is_smart_cover(): boolean;Check whether this cover point comes from a smart cover.
Returns
boolean
Whether it is a smart cover.
level_vertex_id()
ts
level_vertex_id(): number;Get the level vertex occupied by this cover.
Returns
number
Level vertex id.
position()
ts
position(): vector;Get cover position.
Returns
Cover position.