src/cplib/geometry/projection

  Source   Edit

Procs

proc projection[T](l: Line[T]; p: Point[T]): Point[T]
直線 l への点 p の射影   Source   Edit
proc reflection[T](l: Line[T]; p: Point[T]): Point[T]
点 p の直線 l に対する反射   Source   Edit