-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
anyloop:clamp | ||
============= | ||
|
||
Types and units: `[T_BLOCK|T_VECTOR|T_MATRIX|T_BLOCK_UCHAR|T_MATRIX_UCHAR, | ||
U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`. | ||
|
||
This device limits data in the pipeline to a minimum and maximum value. | ||
|
||
Parameters | ||
---------- | ||
|
||
- `type` (string) (required) | ||
- The type of data in the pipeline. | ||
- `min` (double) (optional) | ||
- Minimum value to clamp to. Defaults to -1.0. | ||
- `max` (double) (optional) | ||
- Maximum value to clamp to. Defaults to 1.0. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters