neurom.core.point.Point

class neurom.core.point.Point(x, y, z, r, t)

Bases: tuple

Create new instance of Point(x, y, z, r, t)

Methods

count
index Raises ValueError if the value is not present.

Attributes

r Alias for field number 3
t Alias for field number 4
x Alias for field number 0
y Alias for field number 1
z Alias for field number 2