jabble
Class Cartesian2DToSpherical2DTransformation
java.lang.Object
jabble.CoordinateTransformation
jabble.Cartesian2DToSpherical2DTransformation
public class Cartesian2DToSpherical2DTransformation
- extends CoordinateTransformation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cartesian2DToSpherical2DTransformation
public Cartesian2DToSpherical2DTransformation()
- Creates a new instance of Cartesian2DToSpherical2DTransformation
calculateCoordsAndDiffs
protected void calculateCoordsAndDiffs(Point point)
- Specified by:
calculateCoordsAndDiffs in class CoordinateTransformation
calculateScalar
protected void calculateScalar(Point point,
Field oldScalarField,
Field newScalarField)
- Specified by:
calculateScalar in class CoordinateTransformation
calculateVector
protected void calculateVector(Point point,
Field[] oldVectorField,
Field[] newVectorField)
- Specified by:
calculateVector in class CoordinateTransformation
calculateTensor
protected void calculateTensor(Point point,
Field[][] oldTensorField,
Field[][] newTensorField)
- Specified by:
calculateTensor in class CoordinateTransformation