Skip to content

CSMath.Geometry.ICurve

Albert Domenech edited this page Apr 26, 2025 · 1 revision

ICurve Class

Definition

Namespace: CSMath.Geometry

C#

public interface ICurve

Properties

Returns Name Summary
XYZ Center Specifies the center of the curve.
Double RadiusRatio Ratio of minor axis to major axis.

Methods

Returns Name Summary
XYZ PolarCoordinateRelativeToCenter(System.Double) Calculate the local point on the curve for a given angle relative to the center.
List<XYZ> PolygonalVertexes(System.Int32) Converts the curve in a list of vertexes.
Clone this wiki locally