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
  • 03:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Math/VectorDot (content was: "Note that the filter maps the values to a scalar range. In the example, the values of the dot products are 1, .707, 0 The filter outputs 1, .414, -1 because the default scalar range that the filter maps the values to is [-1,1]. ==VectorDot.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkFloatArray.h> #include <vtkPointData.h> #include <vtkVectorDot.h> // For compatibility with new...")