Class DetailCylindricalWarper
Warper that maps an image onto the x*x + z*z = 1 cylinder.
public class DetailCylindricalWarper : RotationWarper, IDisposable
- Inheritance
-
DetailCylindricalWarper
- Implements
- Inherited Members
Constructors
DetailCylindricalWarper(float)
Construct an instance of the cylindrical warper class.
public DetailCylindricalWarper(float scale)
Parameters
scale
floatProjected image scale multiplier
Methods
DisposeObject()
Release the unmanaged memory associated with this warper
protected override void DisposeObject()