KozaiIzsakMeanElementsToCartesian Method  | 
 
            Returns an osculating 
Cartesian representation of these mean orbital elements.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Motion<Cartesian> ToCartesian()
Public Function ToCartesian As Motion(Of Cartesian)
public:
Motion<Cartesian> ToCartesian()
member ToCartesian : unit -> Motion<Cartesian> 
Return Value
Type: 
MotionCartesianOsculating 
Cartesian elements that are equivalent to these 
KozaiIzsakMeanElements.
See Also