mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
* A dot_product example for the documentation Proposed above is the example of a dot product arithmetic operation involving different point concepts as operands. This aims to aid the user in understanding the concept more clearly when the user goes through the documentation. * Update - Indent by 4 spaces as per Boost's developer's guidelines for code - Add appropriate copyright at the beginning of the file * Update dot_product - Adds Doxygen commands - Added comment indicating example number * Create dot_product.cpp * Update imports.qbk -Adds reference to example * Update dot_product.hpp -Adds reference to example * Delete dot_product Closes #658