class PoseSortCriterion(val attrId: Int) : SortCriterion
PoseSortCriterion
(
attrId
)
:
PoseSortCriterion |
Signature
constructor(attrId: Int) Parameters
attrId:
Int
Returns |
attrId
:
Int
[Get] |
Signature
val attrId: Int |
propCode
:
Int
[Get][Set] |
Signature
var propCode: Int |
sortOption
:
Int
[Get][Set] |
Signature
var sortOption: Int |
asc
()
:
SortCriterion |
function to set the sorting order to ascending
Signature
fun asc(): SortCriterion Returns |
byOrientationW
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the W orientation of the Pose attribute.
Signature
fun byOrientationW(): PoseSortCriterion |
byOrientationX
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the X orientation of the Pose attribute.
Signature
fun byOrientationX(): PoseSortCriterion |
byOrientationY
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the Y orientation of the Pose attribute.
Signature
fun byOrientationY(): PoseSortCriterion |
byOrientationZ
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the Z orientation of the Pose attribute.
Signature
fun byOrientationZ(): PoseSortCriterion |
byPositionX
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the X position of the Pose attribute.
Signature
fun byPositionX(): PoseSortCriterion |
byPositionY
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the Y position of the Pose attribute.
Signature
fun byPositionY(): PoseSortCriterion |
byPositionZ
()
:
PoseSortCriterion |
Specifies that the sorting should be based on the Z position of the Pose attribute.
Signature
fun byPositionZ(): PoseSortCriterion |
desc
()
:
SortCriterion |
function to set the sorting order to descending
Signature
fun desc(): SortCriterion Returns |