Skip to content

Commit

Permalink
TODO for missing methods, #27
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 6, 2021
1 parent 9a852e9 commit 3ecfd47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion js/ChartTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,16 @@ class ChartTransform {
return transform.inverse( out );
}

//TODO https://github.com/phetsims/bamboo/issues/27 missing methods, for symmetry with modelToView:
// viewToModelX
// viewToModelY
// viewToModelXY
// viewToModelDelta
// viewToModelDeltaX
// viewToModelDeltaY

/**
* Convert a view point to the corresponding model point.
* Convert a view position to a model position.
* @param {Vector2} position
* @returns {Vector2}
* @public
Expand Down

0 comments on commit 3ecfd47

Please sign in to comment.