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

Move high-level classes for ClipPlanes and Histogram from Livre #23

Merged
merged 1 commit into from
Feb 15, 2017
Merged

Move high-level classes for ClipPlanes and Histogram from Livre #23

merged 1 commit into from
Feb 15, 2017

Conversation

tribal-tec
Copy link
Contributor

No description provided.

@tribal-tec
Copy link
Contributor Author

Retest this please

extent.z() * std::abs( plane.z( ));

if( !( d - n >= 0 || d + n > 0 ))
return true;
Copy link
Contributor

Choose a reason for hiding this comment

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

This code is (or should be) in vmmlib

LEXIS_API void reset();

/** @return false if the clipping planes intersect or include the volume.*/
LEXIS_API bool isClipped( const vmml::AABBf& box ) const;
Copy link
Contributor

Choose a reason for hiding this comment

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

bool isOutside? isClipped is the wrong name according to the doxygen.

@tribal-tec tribal-tec merged commit 2678219 into HBPVIS:master Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants