Extended 3-D vector.
|
circin6(self,
point2,
point3,
eps=8.881784197e-16)
Return the radius and center of the inscribed aka In-
circle of a (3-D) triangle formed by this and two other points. |
|
|
|
circum3(self,
point2,
point3,
circum=True,
eps=8.881784197e-16)
Return the radius and center of the smallest circle through or
containing this and two other (3-D) points. |
|
|
|
circum4_(self,
*points)
Best-fit a sphere through this and two or more other (3-D) points. |
|
|
|
iscolinearWith(self,
point1,
point2,
eps=2.22044604925e-16)
Check whether this and two other (3-D) points are colinear. |
|
|
|
meeus2(self,
point2,
point3,
circum=False)
Return the radius and Meeus' Type of the smallest circle
through or containing this and two other (3-D) points. |
|
|
|
nearestOn(self,
point1,
point2,
within=True)
Locate the point between two points closest to this point. |
|
|
|
nearestOn6(self,
points,
closed=False,
useZ=True)
Locate the point on a path or polygon closest to this point. |
|
|
|
parse(self,
str3d,
sep=',',
name='')
Parse an "x, y, z" string to a Vector3d instance. |
|
|
|
radii11(self,
point2,
point3)
Return the radii of the Circum- , In- ,
Soddy and Tangent circles of a (3-D) triangle. |
|
|
|
soddy4(self,
point2,
point3,
eps=8.881784197e-16)
Return the radius and center of the inner Soddy
circle of a (3-D) triangle. |
|
|
|
trilaterate2d2(self,
radius,
center2,
radius2,
center3,
radius3,
eps=2.22044604925e-16,
z=0)
Trilaterate this and two other circles, each given as a (2-D) center
and a radius. |
|
|
|
trilaterate3d2(self,
radius,
center2,
radius2,
center3,
radius3,
eps=2.22044604925e-16)
Trilaterate this and two other spheres, each given as a (3-D) center
and a radius. |
|
|
Inherited from vector3dBase.Vector3dBase :
__abs__ ,
__add__ ,
__cmp__ ,
__div__ ,
__eq__ ,
__ge__ ,
__gt__ ,
__init__ ,
__le__ ,
__lt__ ,
__matmul__ ,
__mul__ ,
__ne__ ,
__neg__ ,
__pos__ ,
__radd__ ,
__rmatmul__ ,
__rsub__ ,
__sub__ ,
__truediv__ ,
angleTo ,
apply ,
cmp ,
cross ,
dividedBy ,
dot ,
equals ,
equirectangular ,
intermediateTo ,
isconjugateTo ,
isequalTo ,
minus ,
negate ,
others ,
plus ,
rotate ,
rotateAround ,
sum ,
times ,
times_ ,
to2ab ,
to2ll ,
to3xyz ,
toStr ,
unit
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
toRepr
Inherited from named._Named :
_DOT_ ,
attrs ,
classof ,
copy ,
dup ,
rename ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|