Constructor BoundedPlane
BoundedPlane(TrackableId, TrackableId, Pose, Vector2, Vector2, PlaneAlignment, TrackingState, IntPtr, PlaneClassification)
Constructs a new Bounded
Declaration
public BoundedPlane(TrackableId trackableId, TrackableId subsumedBy, Pose pose, Vector2 center, Vector2 size, PlaneAlignment alignment, TrackingState trackingState, IntPtr nativePtr, PlaneClassification classification)
Parameters
Type | Name | Description |
---|---|---|
Trackable |
trackableId | The Trackable |
Trackable |
subsumedBy | The plane which subsumed this one. Use invalid |
Pose | pose | The |
Vector2 | center | The center of the plane, in plane space (relative to |
Vector2 | size | The dimensions associated with the plane. |
Plane |
alignment | The Plane |
Tracking |
trackingState | The Tracking |
Int |
nativePtr | The native pointer associated with the plane. |
Plane |
classification | The Plane |