Class cocos.euclid.Line3

Known Subclasses:
LineSegment3, Ray3

Methods

  __init__(self, *args)
  __copy__(self)
  copy(self)
  __repr__(self)
  intersect(self, other)
  connect(self, other)
  __getstate__(self)
  __setstate__(self, state)

Properties

  p1
  p2
  p
  v

Property Details

p1

p2