class PoseSortCriterion(val attrId: Int) : SortCriterion
PoseSortCriterion
(
attrId
)
|
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
()
|
function to set the sorting order to ascending
Signature
fun asc(): SortCriterion Returns |
byOrientationW
()
|
Specifies that the sorting should be based on the W orientation of the Pose attribute.
Signature
fun byOrientationW(): PoseSortCriterion |
byOrientationX
()
|
Specifies that the sorting should be based on the X orientation of the Pose attribute.
Signature
fun byOrientationX(): PoseSortCriterion |
byOrientationY
()
|
Specifies that the sorting should be based on the Y orientation of the Pose attribute.
Signature
fun byOrientationY(): PoseSortCriterion |
byOrientationZ
()
|
Specifies that the sorting should be based on the Z orientation of the Pose attribute.
Signature
fun byOrientationZ(): PoseSortCriterion |
byPositionX
()
|
Specifies that the sorting should be based on the X position of the Pose attribute.
Signature
fun byPositionX(): PoseSortCriterion |
byPositionY
()
|
Specifies that the sorting should be based on the Y position of the Pose attribute.
Signature
fun byPositionY(): PoseSortCriterion |
byPositionZ
()
|
Specifies that the sorting should be based on the Z position of the Pose attribute.
Signature
fun byPositionZ(): PoseSortCriterion |
desc
()
|
function to set the sorting order to descending
Signature
fun desc(): SortCriterion Returns |