<Code Lib>
2027 Method
Changes 0
M

Face.ComputeSecondDerivatives

Description:
Returns the second partial derivatives of the face at the specified point.
Remarks:
It does not take the bounding edge loops into account.

public FaceSecondDerivatives ComputeSecondDerivatives(
	UV point
)

  • point
    The parameters to be evaluated, in natural parameterization of the face.
Return Value FaceSecondDerivatives The second partial derivatives of the face at the specified point.

Loading…