Class cocos.euclid.Ray3

Line3 --+
        |
       Ray3

Methods

  __repr__(self)
  __copy__(self) (Inherited from cocos.euclid.Line3)
  __getstate__(self) (Inherited from cocos.euclid.Line3)
  __init__(self, *args) (Inherited from cocos.euclid.Line3)
  __setstate__(self, state) (Inherited from cocos.euclid.Line3)
  connect(self, other) (Inherited from cocos.euclid.Line3)
  copy(self) (Inherited from cocos.euclid.Line3)
  intersect(self, other) (Inherited from cocos.euclid.Line3)

Properties

  p (Inherited from cocos.euclid.Line3)
  p1 (Inherited from cocos.euclid.Line3)
  p2 (Inherited from cocos.euclid.Line3)
  v (Inherited from cocos.euclid.Line3)

Method Details

__repr__

(Representation operator) __repr__(self)
Overrides:
Line3.__repr__