Isis 3 Programmer Reference
Ellipse Struct Reference

This is free and unencumbered software released into the public domain. More...

#include <Selection.h>

Collaboration diagram for Ellipse:
Collaboration graph

Public Attributes

double A [3]
 
double semiMajor
 
double semiMinor
 
double majorAxis [2]
 
double minorAxis [2]
 
double cen [2]
 
double area
 

Detailed Description

This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.

Definition at line 13 of file Selection.h.

Member Data Documentation

◆ A

double Ellipse::A[3]

Definition at line 15 of file Selection.h.

◆ area

double Ellipse::area

Definition at line 21 of file Selection.h.

◆ cen

double Ellipse::cen[2]

Definition at line 20 of file Selection.h.

◆ majorAxis

double Ellipse::majorAxis[2]

Definition at line 18 of file Selection.h.

◆ minorAxis

double Ellipse::minorAxis[2]

Definition at line 19 of file Selection.h.

◆ semiMajor

double Ellipse::semiMajor

Definition at line 16 of file Selection.h.

◆ semiMinor

double Ellipse::semiMinor

Definition at line 17 of file Selection.h.


The documentation for this struct was generated from the following file: