-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Max and Min function to Vector2.hh (#133)
* Add function Max(Vector2) and test. Signed-off-by: pxalcantara <[email protected]> * Add Max() function and test. Signed-off-by: pxalcantara <[email protected]> * Add Min(Vector2) function and test. Signed-off-by: pxalcantara <[email protected]> * Add Min() function and test. Signed-off-by: pxalcantara <[email protected]> * Change doxygen and Max, Min comparison. Signed-off-by: pxalcantara <[email protected]> * add Max, Min function to Vector2.i Signed-off-by: pxalcantara <[email protected]> * add Max test to .rb file Signed-off-by: pxalcantara <[email protected]> * correct lint error Signed-off-by: pxalcantara <[email protected]> * Add test_Min to Vector2_TEST.rb Signed-off-by: pxalcantara <[email protected]>
- Loading branch information
1 parent
1a7ae9f
commit 6e80a49
Showing
4 changed files
with
106 additions
and
0 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
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
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
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