|
def | z (self) |
|
def | z (self, val) |
|
def | x (self) |
|
def | x (self, val) |
|
def | y (self) |
|
def | y (self, val) |
|
def | __init__ (self, coords) |
|
def | __str__ (self) |
|
def | __repr__ (self) |
|
def | __len__ (self) |
|
def | __getitem__ (self, key) |
|
def | __setitem__ (self, key, val) |
|
def | __iter__ (self) |
|
def | __abs__ (self) |
|
def | __sub__ (self, other) |
|
def | __add__ (self, other) |
|
def | __mul__ (self, other) |
|
def | __div__ (self, other) |
|
def | dot (self, other) |
|
def | magnitude (self) |
|
def | unit (self) |
|
Definition at line 90 of file shapes.py.
def wirecell.util.geo.shapes.Point3D.z |
( |
|
self | ) |
|
def wirecell.util.geo.shapes.Point3D.z |
( |
|
self, |
|
|
|
val |
|
) |
| |
The documentation for this class was generated from the following file:
- wire-cell-build/python/wirecell/util/geo/shapes.py