<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>I’m wondering if the following functions on vtkPlane could promise not to change the input data by making them ‘const’?</div>
<div> </div>
<div>static int IntersectWithLine (double p1[3], double p2[3], double n[3], double p0[3], double &t, double x[3])</div>
<div>int IntersectWithLine (double p1[3], double p2[3], double &t, double x[3])</div>
<div> </div>
<div>PROPOSED ADDITIONS:</div>
<div>static int IntersectWithLine (const double p1[3], const double p2[3], const double n[3], const double p0[3], double &t, double x[3])</div>
<div>int IntersectWithLine (const double p1[3], const double p2[3], double &t, double x[3])</div>
<div> </div>
<div> </div>
</font>
</body>
</html>