MindFusion.Wpf Pack Programmer's Guide
SurfaceChart.CalculateSpherePoints Method
See Also
 





Calculates the points of the sphere.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

protected void CalculateSpherePoints (
    Point3D position,
    Point3DCollection points,
    Int32Collection indices,
    PointCollection textures,
    Orientation textureOrientation,
    double radius,
    int separators,
    Dictionary<Point3D, Int32> temp
)

Visual Basic  Copy Code

Protected Sub CalculateSpherePoints( _
    position As Point3D, _
    points As Point3DCollection, _
    indices As Int32Collection, _
    textures As PointCollection, _
    textureOrientation As Orientation, _
    radius As Double, _
    separators As Integer, _
    temp As Dictionary(Of Point3D, Int32) _
)

 Parameters

position

The 3D position.

points

The points.

indices

The indices.

textures

The textures of the chart.

textureOrientation

The texture orientation.

radius

The raidus.

separators

The separators.

temp

A dictionary used by the calculations.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace