Get the second derivatives of the surface at the specified parameter positions.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object. |
|
| Type | Description |
| boolean | Returns true if the second derivatives were successfully returned. |
| Name | Type | Description |
| parameters | Point2D[] | The array of parameter positions to get the surface second derivative at. Each parameter position must be within the range of the parameter extents as verified by isParameterOnFace. |
| partialsUU | Vector3D[] | The output array of second derivative UU partial vectors at each parameter position specified. The length of this array is equal to the length of the parameters array specified. |
| partialsUV | Vector3D[] | The output array of second derivative UV mixed partial vectors at each parameter position specified. The length of this array is equal to the length of the parameters array specified. |
| partialsVV | Vector3D[] | The output array of second derivative VV partial vectors at each parameter position specified. The length of this array is equal to the length of the parameters array specified. |