API reference
API reference
Select your platform
No SDKs available
No versions available

PoseSortCriterion

PoseSortCriterion

class PoseSortCriterion(val attrId: Int) : SortCriterion
Represents a sorting criterion based on a Pose attribute.

Constructors

NameSummary
PoseSortCriterion
constructor(attrId: Int)

Properties

NameSummary
attrId
val attrId: Int
propCode
var propCode: Int
sortOption
var sortOption: Int

Functions

NameSummary
asc
fun asc(): SortCriterion

function to set the sorting order to ascending
byOrientationW
fun byOrientationW(): PoseSortCriterion

Specifies that the sorting should be based on the W orientation of the Pose attribute.
byOrientationX
fun byOrientationX(): PoseSortCriterion

Specifies that the sorting should be based on the X orientation of the Pose attribute.
byOrientationY
fun byOrientationY(): PoseSortCriterion

Specifies that the sorting should be based on the Y orientation of the Pose attribute.
byOrientationZ
fun byOrientationZ(): PoseSortCriterion

Specifies that the sorting should be based on the Z orientation of the Pose attribute.
byPositionX
fun byPositionX(): PoseSortCriterion

Specifies that the sorting should be based on the X position of the Pose attribute.
byPositionY
fun byPositionY(): PoseSortCriterion

Specifies that the sorting should be based on the Y position of the Pose attribute.
byPositionZ
fun byPositionZ(): PoseSortCriterion

Specifies that the sorting should be based on the Z position of the Pose attribute.
desc
fun desc(): SortCriterion

function to set the sorting order to descending
Did you find this page helpful?
Thumbs up icon
Thumbs down icon