TestPlane
class TestPlane : TestTrackable
Flat surface in the test environment.
Summary
Public constructors |
|---|
TestPlane(planeType: PlaneType, planeLabel: PlaneLabel) |
Public properties |
|
|---|---|
Pose |
the |
FloatSize2d |
a pair of extents describing the size of the plane |
open Boolean |
indicates whether the trackable object is currently in view of the runtime |
PlaneLabel |
the |
TestPlane? |
a possible other plane that this plane has been merged into |
PlaneType |
the |
List<Vector2> |
the |
Public constructors
Public properties
extents
var extents: FloatSize2d
a pair of extents describing the size of the plane
isVisible
open var isVisible: Boolean
indicates whether the trackable object is currently in view of the runtime
subsumedBy
var subsumedBy: TestPlane?
a possible other plane that this plane has been merged into
vertices
var vertices: List<Vector2>
the Vector2 vertices of a convex polygon approximating the detected plane