Point

class plasmapy.analysis.nullpoint.Point(loc)[source]

Bases: object

Abstract class for defining a point in 3D space.

Note

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

Attributes Summary

loc

Returns the coordinates of the point object.

Methods Summary

get_loc()

Returns the coordinates of the point object.

Attributes Documentation

loc

Returns the coordinates of the point object.

Methods Documentation

get_loc()[source]

Returns the coordinates of the point object.