All public logs

From KitwarePublic
Jump to navigationJump to search

Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/DistancePointToLine (content was: "This example computes the distance from a point to a line. ==DistancePointToLine.cs== <source lang="CSharp"> using System; using System.Runtime.InteropServices; using System.Diagnostics; using Kitware.VTK; void DistancePointToLine() { double[] lineP0 = new double[] { 0.0, 0.0, 0.0 }; double[] lineP1 = new double[] { 2.0, 0.0, 0.0 }; double[] p0 = new double[] { 1.0,...", and the only contributor was "Jochen" (talk))