Skip to content

Conversation

lelami
Copy link
Contributor

@lelami lelami commented May 13, 2020

No description provided.

}

if p1 != nil && p2 == nil && p3 != nil{
return &Line{P1: *p1, P2: *p3}
if (*p1).RoundPlaces(6) != (*p3).RoundPlaces(6) {
Copy link
Member

Choose a reason for hiding this comment

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

let's remove such hardcode. Why 6?

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