An NDoc Documented Class Library

Surface Members

Surface overview

Public Instance Properties

TextureOffset 
UFromParam 
UResolution 
UToParam 
VFromParam 
VResolution 
VToParam 

Public Instance Methods

Equals (inherited from Object) 
getCross 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 
getVLength 
Normal Returns the normal at point u, v, which is calculated as th crossproduct of uDerivation and vDerivation.
ToString (inherited from Object) 
uDerivation uDerivation returns the partial uderivation.
Value Value returns a xyz-Point which is depending on the parameters u and v. This 3-Dim-function defines a twodimensional area.
vDerivation vDerivation returns the partial vderivation.

Protected Instance Constructors

Surface Constructor Initializes a new instance of the Surface class.

Protected Instance Methods

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

See Also

Surface Class | Minais.Drawing3d.Surfaces Namespace | Sphere