package geom func Side(P, O, D Vec) float64 { return Cross(D, Sub(P, O)) }