Returns a single profile point of a circular beam.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public Point ProfilePoint(
double radTheta,
double kmRange
) |
Visual Basic |
---|
Public Function ProfilePoint ( _
radTheta As Double, _
kmRange As Double _
) As Point |
Visual C++ |
---|
public:
virtual Point ProfilePoint(
double radTheta,
double kmRange
) sealed |
Parameters
- radTheta
- Type: System..::..Double
The angle of the point, in radians, from the X axis.
- kmRange
- Type: System..::..Double
The distance of the X-Y plane from the source.
Return Value
The requested profile point.
Implements
IBeamProfile..::..ProfilePoint(Double, Double)See Also