Table of contents Index

class gVector

Declared in module bhoelHelper.gVector

Inheritance hierarchy:

bhoelHelper.gVector.gVector
  Vector.Vector

Synopsis

class gVector(Vector):
    def __add__(self, other)
    def __div__(self, other)
    def __init__(self, x, y=None, z=None)
    def __len__(self)
    def __mul__(self, other)
    def __neg__(self)
    def __repr__(self)
    def __rmul__(self, other)
    def __rsub__(self, other)
    def __sub__(self, other)
    def cross(self, other)
    def normal(self)

    # Inherited from Vector.Vector
    def __add__(self, other)
    def __add__(self, other)
    def __cmp__(self, other)
    def __copy__(self)
    def __copy__(self)
    def __div__(self, other)
    def __getitem__(self, index)
    def __getstate__(self)
    def __init__(self, x=None, y=None, z=None)
    def __len__(self)
    def __mul__(self, other)
    def __neg__(self)
    def __rdiv__(self, other)
    def __repr__(self)
    def __rmul__(self, other)
    def __rsub__(self, other)
    def __setstate__(self, state)
    def __str__(self)
    def __sub__(self, other)
    def angle(self, other)
    def asTensor(self)
    def cross(self, other)
    def length(self)
    def normal(self)
    def tensorialProduct(self, other)
    def x(self)
    def y(self)
    def z(self)

int is_vector = 1

Author: Berthold H\366llmann <>
Version: 1.1