Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Affine maps #65

Merged
merged 40 commits into from
May 25, 2014
Merged

Affine maps #65

merged 40 commits into from
May 25, 2014

Conversation

eggrobin
Copy link
Member

The test gives full coverage. I'll do algebraic tests for all maps later on (#64).

Conflicts:
	geometry/geometry.vcxproj.filters
Conflicts:
	geometry/geometry.vcxproj
	geometry/geometry.vcxproj.filters
Conflicts:
	geometry/geometry.vcxproj.filters
template<typename, typename> class LinearMap>
class AffineMap {
public:
typedef LinearMap<FromFrame, ToFrame> li ;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad indent, extra spaces, name should be camel case and not an abbrev.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My plan to make sure this test typedef would get removed was successful!

@pleroy
Copy link
Member

pleroy commented May 25, 2014

Please fix the lint errors too.

@pleroy pleroy closed this May 25, 2014
This was referenced May 25, 2014
@eggrobin eggrobin reopened this May 25, 2014
pleroy added a commit that referenced this pull request May 25, 2014
@pleroy pleroy merged commit 18d2ce5 into mockingbirdnest:master May 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants