Curve.IsInside(Double)
Description:
Indicates whether the specified parameter value is within this curve's bounds.
Indicates whether the specified parameter value is within this curve's bounds.
Remarks:
Always returns true if this curve is unbound.
Always returns true if this curve is unbound.
Overloads (2):
public bool IsInside(
double parameter
)
-
DoubleparameterThe raw curve parameter to be evaluated.
-
Thrown when the specified parameter is infinite.
No comments yet. Start the discussion.
Loading…