NullPoint

class plasmapy.analysis.nullpoint.NullPoint(null_loc, classification)[source]

Bases: Point

A class for defining a null point in 3D space.

Note

This functionality is still under development and the API may change in future releases.

Attributes Summary

classification

Returns the type of the null point object.

loc

Returns the coordinates of the point object.

Methods Summary

get_classification()

Returns the type of the null point object.

get_loc()

Returns the coordinates of the point object.

Attributes Documentation

classification

Returns the type of the null point object.

loc

Returns the coordinates of the point object.

Methods Documentation

get_classification()[source]

Returns the type of the null point object.

get_loc()

Returns the coordinates of the point object.