← Back to team overview

nrtb-core team mailing list archive

[Bug 814217] Re: Todo: Add dot_product and vector_product methods to triad.h

 

42. By Rick Stovall 6 minutes ago
Fix for bug 814217; added dot and vector products to the triad template and approriate unit tests.
With this change, the triad template should now be ready for use.

** Changed in: nrtb
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
https://bugs.launchpad.net/bugs/814217

Title:
  Todo: Add dot_product and vector_product methods to triad.h

Status in The New Real Time Battle Project:
  Fix Committed

Bug description:
  common/point/triad.h defines a class useful for physics (a 3d vector)
  but it is missing a commonly used method, the scalar or "dot"
  rproduct. This needs to be implemented as the physics core will make
  great use of it.

  You can find good documentation on this method in "Game Physics Engine
  Development" in section 2.1.7. Rick has a copy in his Kindle with the
  section bookmarked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nrtb/+bug/814217/+subscriptions


References