services-api / com.keecker.services.navigation.interfaces / PlaneSegmentationResult
PlaneSegmentationResult
open class PlaneSegmentationResult : Parcelable
Hide
Constructors
| <init> | PlaneSegmentationResult(stamp: Double, angle: Double, distance: Double, percentInliers: Double, a: Double, b: Double, c: Double, d: Double)PlaneSegmentationResult(in: Parcel) |
Properties
| CREATOR | static val CREATOR: Creator<PlaneSegmentationResult> |
| a | val a: Double |
| angle | val angle: Double |
| b | val b: Double |
| c | val c: Double |
| d | val d: Double |
| distance | val distance: Double |
| percentInliers | val percentInliers: Double |
| stamp | val stamp: Double |
Functions
| describeContents | open fun describeContents(): Int |
| writeToParcel | open fun writeToParcel(parcel: Parcel, i: Int): Unit |