Function or value | Description |
|
|
|
|
|
|
Full Usage:
from centerPoint xDirection xRadius yRadius
Parameters:
Point2D<'Units, 'Coordinates>
xDirection : Direction2D<'Coordinates>
xRadius : Quantity<'Units>
yRadius : Quantity<'Units>
Returns: Ellipse2D<'Units, 'Coordinates>
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Mirror an ellipse across a given axis. Note that if the axes of the original ellipse form a [right-handed](https://en.wikipedia.org/wiki/Cartesian_coordinate_system#Orientation_and_handedness) frame, then the axes of the mirrored ellipse will form a left-handed frame (and vice versa).
|
|
![]() ![]() ![]() ![]() ![]() ![]() Take an ellipse considered to be defined in local coordinates relative to a given reference frame, and return that circle expressed in global coordinates.
|
|
![]() ![]() ![]() ![]() ![]() ![]() Take an ellipse defined in global coordinates, and return it expressed in local coordinates relative to a given reference frame.
|
|
|
|
|
|
|
|
|
Full Usage:
translateIn direction distance ellipse
Parameters:
Direction2D<'Coordinates>
distance : Quantity<'Units>
ellipse : Ellipse2D<'Units, 'Coordinates>
Returns: Ellipse2D<'Units, 'Coordinates>
|
|
|
|
Full Usage:
xDirection ellipse
Parameters:
Ellipse2D<'Units, 'Coordinates>
Returns: Direction2D<'Coordinates>
|
|
|
|
|
|
Full Usage:
yDirection ellipse
Parameters:
Ellipse2D<'Units, 'Coordinates>
Returns: Direction2D<'Coordinates>
|
|
|
|