No documentation available. More...
Methods defined here: | |
| def | Angle |
| def | Coefficients |
| def | Cross |
| def | Distance |
| def | Dot |
| def | Intersection |
| def | Move |
| def | Normal |
| def | Parallel |
| def | PointInPlane |
| def | __copy__ |
| def | __deepcopy__ |
| def | __init__ |
| def | __reduce__ |
Data and other attributes defined here: | |
| int | __instance_size__ = 152 |
Data descriptors inherited from Boost.Python.instance: | |
| def | __dict__ |
| def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
| def | __new__ |
| def Plane3D.Plane3D.__init__ | ( | arg1 | ) |
C++ signature :
void __init__(_object*)
C++ signature :
void __init__(_object*,Point3D,Point3D,Point3D)
C++ signature :
void __init__(_object*,double,double,double,double)
C++ signature :
void __init__(_object*,Plane3D)
C++ signature :
void __init__(_object*,Plane3D,double) | def Plane3D.Plane3D.__copy__ | ( | arg1 | ) |
C++ signature :
Plane3D __copy__(Plane3D) | def Plane3D.Plane3D.__deepcopy__ | ( | arg1, | |
| arg2 | |||
| ) |
C++ signature :
Plane3D __deepcopy__(Plane3D,boost::python::dict {lvalue}) | def Plane3D.Plane3D.__dict__ | ( | args | ) |
| def Plane3D.Plane3D.__new__ | ( | args | ) |
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
| def Plane3D.Plane3D.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
| def Plane3D.Plane3D.__weakref__ | ( | args | ) |
| def Plane3D.Plane3D.Angle | ( | arg1, | |
| arg2 | |||
| ) |
C++ signature :
double Angle(Plane3D {lvalue},Plane3D) | def Plane3D.Plane3D.Coefficients | ( | arg1 | ) |
C++ signature :
boost::python::tuple Coefficients(Plane3D {lvalue}) | def Plane3D.Plane3D.Cross | ( | arg1, | |
| arg2 | |||
| ) |
C++ signature :
point_3d Cross(Plane3D {lvalue},Plane3D) | def Plane3D.Plane3D.Distance | ( | arg1, | |
| arg2 | |||
| ) |
| def Plane3D.Plane3D.Dot | ( | arg1, | |
| arg2 | |||
| ) |
| def Plane3D.Plane3D.Intersection | ( | arg1, | |
| arg2, | |||
| arg3 | |||
| ) |
C++ signature :
Point3D Intersection(Plane3D {lvalue},Point3D,Point3D)
C++ signature :
Line3D Intersection(Plane3D {lvalue},Plane3D)
C++ signature :
Point3D Intersection(Plane3D {lvalue},Line3D) | def Plane3D.Plane3D.Move | ( | arg1, | |
| arg2 | |||
| ) |
C++ signature :
double Move(Plane3D {lvalue},double) | def Plane3D.Plane3D.Normal | ( | arg1 | ) |
C++ signature :
Point3D Normal(Plane3D {lvalue}) | def Plane3D.Plane3D.Parallel | ( | arg1, | |
| arg2, | |||
| arg3 | |||
| ) |
C++ signature :
bool Parallel(Plane3D {lvalue},Plane3D,double) | def Plane3D.Plane3D.PointInPlane | ( | arg1, | |
| arg2 | |||
| ) |
C++ signature :
bool PointInPlane(Plane3D {lvalue},Point3D)
|
staticprivate |
1.8.1.2