<itemvalue="set the angle too for all mimicing joints"/>
<itemvalue="Negate to accommodate Right -> Left handed coordinate system NOTE: It is assumed that the axis vector is normalized"/>
<itemvalue="A hinge joint that rotates along the axis and has a limited range specified by the upper and lower limits."/>
<itemvalue="A continuous hinge joint that rotates around the axis and has no upper and lower limits."/>
<itemvalue="This is not really a joint because it cannot move. All degrees of freedom are locked. This type of joint does not require the <axis>, <calibration>, <dynamics>, <limits> or <safety_controller>"/>
<itemvalue="effort"/>
<itemvalue="effort"/>
<itemvalue="Whether a tick should be scheduled. If this is true, then calling [scheduleTick] should succeed. Reasons why a tick should not be scheduled include: A tick has already been scheduled for the coming frame. The ticker is not active ([start] has not been called). The ticker is not ticking, e.g. because it is [muted] (see [isTicking])."/>
<itemvalue="Whether a tick should be scheduled. If this is true, then calling [scheduleTick] should succeed. Reasons why a tick should not be scheduled include: A tick has already been scheduled for the coming frame. The ticker is not active ([start] has not been called). The ticker is not ticking, e.g. because it is [muted] (see [isTicking])."/>
<itemvalue="Whether this selection has disambiguated its base and extent. On some platforms, the base and extent are not disambiguated until the first time the user adjusts the selection. At that point, either the start or the end of the selection becomes the base and the other one becomes the extent and is adjusted."/>
<itemvalue="Whether this selection has disambiguated its base and extent. On some platforms, the base and extent are not disambiguated until the first time the user adjusts the selection. At that point, either the start or the end of the selection becomes the base and the other one becomes the extent and is adjusted."/>
<itemvalue="Mat (int rows, int cols, int type, void data, size_t step=AUTO_STEP)"/>
<itemvalue="Mat (int rows, int cols, int type, void data, size_t step=AUTO_STEP)"/>
<itemvalue="This function can throw exception, so make sure to free the allocated memory inside a `try-finally` block!"/>
<itemvalue="This function can throw exception, so make sure to free the allocated memory inside a `try-finally` block!"/>
<itemvalue="Be careful when using this constructor, as you are responsible for managing the native pointer yourself. Improper handling may lead to memory leaks or undefined behavior."/>
<itemvalue="[data] should be raw pixels values with exactly same length of [channels] [rows] [cols]"/>
<itemvalue="Create a Mat from self-allocated buffer"/>
<itemvalue="A typed view of a sequence of bytes. It is a compile-time error for a class to attempt to extend or implement `TypedData`."/>
<itemvalue="The offset of this view into the underlying byte buffer, in bytes."/>