-
Notifications
You must be signed in to change notification settings - Fork 70
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
Line2.Collinear function not work right. #213
Labels
bug
Something isn't working
Comments
can you provide a complete c++ file so that I can reproduce the failure? |
Thanks for your concern!
…________________________________
发件人: Steve Peters ***@***.***>
发送时间: 2021年7月11日 5:51
收件人: ignitionrobotics/ign-math ***@***.***>
抄送: 0smile ***@***.***>; Author ***@***.***>
主题: Re: [ignitionrobotics/ign-math] Line2.Collinear function not work right. (#213)
can you provide a complete c++ file so that I can reproduce the failure?
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#213 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMU6ELWIMVLLNTY3LNXDAXTTXEWPLANCNFSM5AE4S63Q>.
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
# Find the Ignition-Math library
set(IGN_MATH_VER 6)
find_package(ignition-math${IGN_MATH_VER} REQUIRED)
add_executable(test test.cpp)
target_link_libraries(test ignition-math${IGN_MATH_VER}::ignition-math${IGN_MATH_VER})
|
@0smile , are you able to provide a minimal failing example? |
I have come across this issue, and I am pushing a fix in this PR, with this issue described in the Line2 Issues and notes section. Using 0. (A float type 0) should fix the problem. This issue appears when using a Line2 with the double template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
<binary, math6.8>
Description
Steps to reproduce
Output
The text was updated successfully, but these errors were encountered: