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





Calculates the points of the sphere.

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

 Syntax

C#  Copy Code

protected void CalculateSpherePoints2 (
    Point3D position,
    Point3DCollection points,
    Int32Collection indices,
    PointCollection textures,
    Orientation textureOrientation,
    double radius,
    int separators,
    int count
)

Visual Basic  Copy Code

Protected Sub CalculateSpherePoints2( _
    position As Point3D, _
    points As Point3DCollection, _
    indices As Int32Collection, _
    textures As PointCollection, _
    textureOrientation As Orientation, _
    radius As Double, _
    separators As Integer, _
    count As Integer _
)

 Parameters

position

The position.

points

The points to calculate.

indices

The indices.

textures

The textures.

textureOrientation

The texture orientation.

radius

The radius.

separators

The separators.

count

The point count.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace