RhinoxHandExtensions Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Rhinox.XR.Grapple
Rhinox.XR.Grapple.RhinoxHandExtensions[[RhinoxHandExtensions]]
end
Members
Methods
Public Static methods
Returns | Name |
---|---|
RhinoxHand | GetInverse (RhinoxHand hand)Returns the inverse hand for the given hand. If the hand is Left, returns Right; if the hand is Right, returns Left. If the input hand is Invalid, logs an error and returns Invalid. |
Details
Methods
GetInverse
public static RhinoxHand GetInverse(RhinoxHand hand)
Arguments
Type | Name | Description |
---|---|---|
RhinoxHand | hand | The hand to get the inverse of. |
Summary
Returns the inverse hand for the given hand. If the hand is Left, returns Right; if the hand is Right, returns Left. If the input hand is Invalid, logs an error and returns Invalid.
Returns
The inverse hand.
Generated with ModularDoc