Curve.IsInside
Description:
Indicates whether the specified parameter value is within this curve's bounds and outputs the end index.
Indicates whether the specified parameter value is within this curve's bounds and outputs the end index.
Remarks:
Always returns true if this curve is unbound.
Always returns true if this curve is unbound.
Overloads (2):
public bool IsInside(
double parameter,
out int end
)
-
DoubleparameterThe raw curve parameter to be evaluated.
-
Int32%endThe end index is equal to 0 for the start point, 1 for the end point, or -1 if the parameter is not at the end.