<Code Lib>
2021 Method
Changes 0
M

Curve.IsInside(Double)

Description:
Indicates whether the specified parameter value is within this curve's bounds.
Remarks:
Always returns true if this curve is unbound.
Overloads (2):
IsInside(Double)

public bool IsInside(
	double parameter
)

  • Double
    parameter
    The raw curve parameter to be evaluated.
Return Value bool True if the parameter is within the bounds, otherwise false.

Loading…