ProjectionResult constructor

ProjectionResult(
  1. double t,
  2. Vec2D point
)

Implementation

ProjectionResult(this.t, this.point);