CurveInterpolateUsingAngleSubtended Method |
Provides the location of a point on the curve that is at the indicated angle defined
between the
InitialPoint and
FinalPoint.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract Cartesian InterpolateUsingAngleSubtended(
double angle
)
Public MustOverride Function InterpolateUsingAngleSubtended (
angle As Double
) As Cartesian
public:
virtual Cartesian InterpolateUsingAngleSubtended(
double angle
) abstract
abstract InterpolateUsingAngleSubtended :
angle : float -> Cartesian
Parameters
- angle
- Type: SystemDouble
The angle from the initial point.
Return Value
Type:
CartesianThe point at the indicated position along the curve.
Remarks
The value of the
angle parameter should range between 0.0 and
AngleSubtended.
See Also