API Reference should show overloaded methods

Registered by Treeform

Right now it says:

decomposeMatrix
bool decompose_matrix(LMatrix3f const &mat, LVecBase3f &scale, LVecBase3f &shear, LVecBase3f &hpr, CoordinateSystem cs = (CS_default));

Undocumented function.

Should be some thing like:

decomposeMatrix(const Mat3D mat, non-const VBase3D scale, non-const VBase3D hpr)
decomposeMatrix(const Mat3 mat, non-const VBase3 scale, non-const VBase3 hpr)
decomposeMatrix(const Mat3D mat, non-const VBase3D scale, non-const VBase3D shear, non-const VBase3D hpr)
decomposeMatrix(const Mat3 mat, non-const VBase3 scale, non-const VBase3 shear, non-const VBase3 hpr)
decomposeMatrix(const Mat4D mat, non-const VBase3D scale, non-const VBase3D hpr, non-const VBase3D translate)
decomposeMatrix(const Mat4 mat, non-const VBase3 scale, non-const VBase3 hpr, non-const VBase3 translate)
decomposeMatrix(const Mat3D mat, non-const VBase3D scale, non-const VBase3D hpr, int cs)
decomposeMatrix(const Mat3 mat, non-const VBase3 scale, non-const VBase3 hpr, int cs)
decomposeMatrix(const Mat4D mat, non-const VBase3D scale, non-const VBase3D shear, non-const VBase3D hpr, non-const VBase3D translate)
decomposeMatrix(const Mat4 mat, non-const VBase3 scale, non-const VBase3 shear, non-const VBase3 hpr, non-const VBase3 translate)
decomposeMatrix(const Mat3D mat, non-const VBase3D scale, non-const VBase3D shear, non-const VBase3D hpr, int cs)
decomposeMatrix(const Mat3 mat, non-const VBase3 scale, non-const VBase3 shear, non-const VBase3 hpr, int cs)
decomposeMatrix(const Mat4D mat, non-const VBase3D scale, non-const VBase3D hpr, non-const VBase3D translate, int cs)
decomposeMatrix(const Mat4 mat, non-const VBase3 scale, non-const VBase3 hpr, non-const VBase3 translate, int cs)
decomposeMatrix(const Mat4D mat, non-const VBase3D scale, non-const VBase3D shear, non-const VBase3D hpr, non-const VBase3D translate, int cs)
decomposeMatrix(const Mat4 mat, non-const VBase3 scale, non-const VBase3 shear, non-const VBase3 hpr, non-const VBase3 translate, int cs)

Blueprint information

Status:
Complete
Approver:
None
Priority:
High
Drafter:
None
Direction:
Approved
Assignee:
rdb
Definition:
Approved
Series goal:
Accepted for 1.7.x
Implementation:
Implemented
Milestone target:
milestone icon 1.7.0
Started by
rdb
Completed by
rdb

Related branches

Sprints

Whiteboard

Fixed, we'll generate using doxygen for 1.7.0.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.