RenderStack 11.06.1
Public Member Functions | Public Attributes
RenderStack.Geometry.Shapes.Sphere.MakeInfo Class Reference

List of all members.

Public Member Functions

 MakeInfo (double radius, int sliceCount, int stackDivision)

Public Attributes

double radius
int sliceCount
int stackDivision
int stackCount
int stackBase0Bottom
int stackBase0Top
List< Pointpoints
Point top
Point bottom
Dictionary< Point, Vector3pointLocations
Dictionary< Point, Vector3pointNormals
Dictionary< Point, Vector2pointTexcoords
Dictionary< Corner, Vector2cornerTexcoords
Dictionary< Polygon, Vector3polygonCentroids
Dictionary< Polygon, Vector3polygonNormals

Detailed Description

Definition at line 47 of file Sphere.cs.


Constructor & Destructor Documentation

RenderStack.Geometry.Shapes.Sphere.MakeInfo.MakeInfo ( double  radius,
int  sliceCount,
int  stackDivision 
)

Definition at line 67 of file Sphere.cs.

            {
                this.radius             = radius;
                this.sliceCount         = sliceCount;
                this.stackDivision      = stackDivision;
                this.stackCount         = (2 * stackDivision) + 1;
                this.stackBase0Bottom   = -1;
                this.stackBase0Top      = 2 * stackDivision + 1;
                points = new List<Point>();
            }

Member Data Documentation

Definition at line 49 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.SpherePoint().

Definition at line 50 of file Sphere.cs.

Definition at line 51 of file Sphere.cs.

Definition at line 52 of file Sphere.cs.

Definition at line 53 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 54 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 56 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 57 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 58 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 63 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 64 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().

Definition at line 65 of file Sphere.cs.

Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().


The documentation for this class was generated from the following file: