Grid2D

class kgpy.grid.Grid2D

Bases: Grid1D

__init__()
Return type

None

Attributes

name

num_samples

num_samples_normalized

points

range

shape

Methods

__init__()

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

mesh(shape, new_axes)

rtype

kgpy.vector.Vector2D

Inheritance Diagram

Inheritance diagram of kgpy.grid.Grid2D

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

mesh(shape, new_axes)
Return type

kgpy.vector.Vector2D

Parameters
property name: Optional[ndarray]
abstract property num_samples
abstract property num_samples_normalized: Vector2D
abstract property points: Vector2D
abstract property range: Vector2D
abstract property shape: Tuple[int, ...]