An NDoc Documented Class Library

Sphere Members

Sphere overview

Public Instance Constructors

Sphere Constructor Initializes a new instance of the Sphere class.

Public Instance Properties

Radius retrieves or writes the radius of the sphere
TextureOffset (inherited from Surface) 
UFromParam (inherited from Surface) 
UResolution (inherited from Surface) 
UToParam (inherited from Surface) 
VFromParam (inherited from Surface) 
VResolution (inherited from Surface) 
VToParam (inherited from Surface) 

Public Instance Methods

Equals (inherited from Object) 
getCross (inherited from Surface) This method calculates a crosspoint of a LineType with the surface, if this exists. In that case the crosspoint is given by the values u and v and can be calculated with the Value-function
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
getULength (inherited from Surface) 
getVLength (inherited from Surface) 
Normal (inherited from Surface) Returns the normal at point u, v, which is calculated as th crossproduct of uDerivation and vDerivation.
ToString (inherited from Object) 
uDerivation Calculates the partial uDerivation
Value paramtisizes the sphere for the to parameters u and v which are given in the interval [0, 1]
vDerivation Calculates the partial vDerivation

Protected Instance Methods

Finalize (inherited from Object) 
getUFromParam (inherited from Surface) 
getUResolution (inherited from Surface) 
getUToParam (inherited from Surface) 
getVFromParam (inherited from Surface) 
getVResolution (inherited from Surface) 
getVToParam (inherited from Surface) 
MemberwiseClone (inherited from Object) 
setUResolution (inherited from Surface) 
setVResolution (inherited from Surface) 

See Also

Sphere Class | Minais.Drawing3d.Surfaces Namespace