View Issue Details

IDProjectCategoryView StatusLast Update
0002109FreeCADBugpublic2015-05-19 18:35
Reporterkgv Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.13 
Fixed in Version0.16 
Summary0002109: Matrix4D - add missing constructor body
DescriptionThere are two similar constructors defined:
  Matrix4D (const Vector3f& rclBase, const Vector3f& rclDir, float fAngle);
  Matrix4D (const Vector3d& rclBase, const Vector3d& rclDir, double fAngle);
however only one of them is implemented.
TagsNo tags attached.
FreeCAD Information

Activities

kgv

2015-05-19 13:07

reporter  

0001-Matrix4D-add-missing-constructor-body.patch (Attachment missing)

kgv

2015-05-19 13:08

reporter   ~0006149

Please consider trivial patch in attachment.

Related Changesets

FreeCAD: master e75fd5e6

2015-05-19 15:03:47

kgv


Committer: wmayer Details Diff
+ fixes: 0002109: Matrix4D - add missing constructor body Affected Issues
0002109
mod - src/Base/Matrix.cpp Diff File

Issue History

Date Modified Username Field Change
2015-05-19 13:07 kgv New Issue
2015-05-19 13:07 kgv File Added: 0001-Matrix4D-add-missing-constructor-body.patch
2015-05-19 13:08 kgv Note Added: 0006149
2015-05-19 18:35 wmayer Changeset attached => FreeCAD Master master e75fd5e6
2015-05-19 18:35 wmayer Status new => closed
2015-05-19 18:35 wmayer Assigned To => wmayer
2015-05-19 18:35 wmayer Resolution open => fixed
2015-05-19 18:35 wmayer Fixed in Version => 0.16