Java:实现确定三个点是否相互共线算法 package com.williamfiset.algorithms.geometry; import static java.lang.Math.*; import java.awt