Want:
point = 0.5 * point1 + 0.5 * point2
Have:
point = 0.5 * (point1 - zero) + 0.5 * (point2 - zero) + zero
Want:
point = 0.5 * point1 + 0.5 * point2
Have:
point = 0.5 * (point1 - zero) + 0.5 * (point2 - zero) + zero
add_compile_options("$<$<CONFIG:Debug>:/ZI>")
add_link_options("$<$<CONFIG:Debug>:/INCREMENTAL>")
add_compile_options("$<$<CONFIG:Debug>:/ZI>")
add_link_options("$<$<CONFIG:Debug>:/INCREMENTAL>")
`if(PROJECT_IS_TOP_LEVEL)`
`if(PROJECT_IS_TOP_LEVEL)`