OEGeom3DPlanarCoord

OEGeom3DPlanarCoord(dst: OEFloatArray, center: OEFloatArray,
                    r1: OEFloatArray, r2: OEFloatArray, len: float) -> None
OEGeom3DPlanarCoord(dst: OEDoubleArray, center: OEDoubleArray,
                    r1: OEDoubleArray, r2: OEDoubleArray, len: float) -> None

Calculates cartesian coordinate point dst that has a distance of len from the point center, placed on the plane defined by the vectors \((center-r1)\) and \((center-r2)\) and on the line bisecting these two vectors.