Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I changed Point C = B.dot(A); to int c = B.dot(A); and the problem was solved. However, the thing is the old implementation can work on Visual Studio 2017. Don't know why.