DynamicEllipse

DynamicEllipse

new

An optionally time-dynamic ellipse.

Source:

Members

:Event

Gets the event that is raised whenever a new property is assigned.

:Property

Gets or sets the numeric Property specifying the ellipse's rotation.

:Property

Gets or sets the numeric Property specifying the ellipse's semi-major-axis.

:Property

Gets or sets the numeric Property specifying the ellipse's semi-minor-axis.

Methods

Duplicates a DynamicEllipse instance.

Parameters:
Name Type Argument Description
result DynamicEllipse <optional>
The object onto which to store the result.
Returns:
DynamicEllipse The modified result parameter or a new instance if one was not provided.

Assigns each unassigned property on this object to the value of the same property on the provided source object.

Parameters:
Name Type Description
source DynamicEllipse The object to be merged into this object.
Throws:
DeveloperError : source is required.

<static>

Gets an array of vertex positions for the ellipse at the provided time.

Parameters:
Name Type Description
time JulianDate The desired time.
ellipsoid Ellipsoid The ellipsoid on which the ellipse will be on.
position Cartesian3 The position of the ellipsoid.
Returns:
An array of vertex positions.