Returns a single point of a cross section of an arbitrarily-shaped beam projected on an X-Y plane.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
Point ProfilePoint(
	double radTheta,
	double kmRange
)
Visual Basic
Function ProfilePoint ( _
	radTheta As Double, _
	kmRange As Double _
) As Point
Visual C++
Point ProfilePoint(
	double radTheta, 
	double kmRange
)

Parameters

radTheta
Type: System..::..Double
The radius angle, measured from the positive X-axis, to the cross section point, in radians.
kmRange
Type: System..::..Double
The distance from the beam source to the X-Y plane, in kilometers.

Return Value

The point on the X-Y plane where the beam intersects.

See Also