source icon indicating copy to clipboard operation
source copied to clipboard

Functional consistency across mathematical classes

Open mattngc opened this issue 8 years ago • 1 comments

  • Need consistency across 2D and 3D classes. For example, lerp and slerp have only been implemented for 3D. These should be extended to Vector2D.
  • This issue will be extended to catch other items.
  • Not implemented yet because of lack of use cases.

mattngc avatar Apr 30 '17 15:04 mattngc

  • Normal3D should support same mathematical functions as Vector3D.
  • Vector2D missing lerp and slerp, transforms (requires AffineMatrix3D).
  • Implement AffineMatrix3D.

mattngc avatar Apr 30 '17 15:04 mattngc