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:42, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Python/DistanceBetweenPoints (content was: "==DistanceBetweenPoints.py== <source lang="python"> from __future__ import print_function import vtk import math p0 = (0,0,0) p1 = (1,1,1) distSquared = vtk.vtkMath.Distance2BetweenPoints(p0,p1) dist = math.sqrt(distSquared) print("p0 = ", p0) print("p1 = ", p1) print("distance squared = ", distSquared) print("distance = ", dist) </source>")