Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4e0cbfd4 75e2 5538 2070 a6ada35b62eb

haplokuon edited this page May 6, 2023 · 1 revision

PolarCoordinateRelativeToCenter Method

netDxf 3.0.0 Library

Calculate the local point on the ellipse for a given angle relative to the center.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector2 PolarCoordinateRelativeToCenter(
	double angle
)

VB

Public Function PolarCoordinateRelativeToCenter ( 
	angle As Double
) As Vector2

C++

public:
Vector2 PolarCoordinateRelativeToCenter(
	double angle
)

F#

member PolarCoordinateRelativeToCenter : 
        angle : float -> Vector2 

Parameters

  Double
Angle in degrees.

Return Value

Vector2
A local point on the ellipse for the given angle relative to the center.

See Also

Reference

Ellipse Class
netDxf.Entities Namespace

Clone this wiki locally