Home
last modified time | relevance | path

Searched refs:perp_axis (Results 1 – 2 of 2) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-axis-line.c1932 GogAxisType perp_axis; in xyz_process() local
2018 perp_axis = GOG_AXIS_Z; in xyz_process()
2020 perp_axis = GOG_AXIS_X; in xyz_process()
2022 perp_axis = GOG_AXIS_Y; in xyz_process()
2047 if (axis_type != perp_axis) { in xyz_process()
2132 if (axis_type == perp_axis) { in xyz_process()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DBasis.cpp796 float perp_axis[3]; in ConeLineToSphereCapped() local
801 cross_product3f(ray, dir, perp_axis); in ConeLineToSphereCapped()
803 normalize3f(perp_axis); in ConeLineToSphereCapped()
809 perp_dist = fabs(dot_product3f(intra, perp_axis)); in ConeLineToSphereCapped()