Home
last modified time | relevance | path

Searched refs:theta_init (Results 1 – 7 of 7) sorted by relevance

/dports/devel/vcglib/vcglib-2020.09/apps/sample/trimesh_ray/
H A Dtrimesh_ray.cpp131 ScalarType theta_init,phi_init,ro; in main() local
132 dir0.ToPolarRad(ro,theta_init,phi_init); in main()
136 ScalarType theta=theta_init+x*deltaRad; in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/brip_pro/processes/
H A Dbrip_extrema_process.cxx55 auto theta_init = pro.get_input<float>(i++); in brip_extrema_process() local
95 … mag_only, signed_response, scale_invariant, non_max_suppress, cutoff, theta_init, theta_end); in brip_extrema_process()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dclosest.h415 ScalarType theta_init,phi_init,ro; in RaySpherical() local
417 dir0.ToPolarRad(ro,theta_init,phi_init); in RaySpherical()
421 ScalarType theta=theta_init+x*delta_theta; in RaySpherical()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dclosest.h415 ScalarType theta_init,phi_init,ro; in RaySpherical() local
417 dir0.ToPolarRad(ro,theta_init,phi_init); in RaySpherical()
421 ScalarType theta=theta_init+x*delta_theta; in RaySpherical()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSource_gen4.comp109 * theta_init: [degrees] Angle from the z-axis in the x-z-plan that the source is amied at
142 Lmin=0,Lmax=0,Emin=0,Emax=0,T2=0,I2=0,T3=0,I3=0,length=0,phi_init=0,theta_init=0,HEtailA=0,HEtailL0…
502 … theta0= -atan((x-xw/2.0)/dist)+theta_init/180*3.1415; /* Angles to aim at target */
504 theta1= -atan((x+xw/2.0)/dist)+theta_init/180*3.1415;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil_float_ops.h268 float theta_init = 0.0f,
H A Dbrip_vil_float_ops.cxx4585 float cutoff, float theta_init, float theta_end) { in fast_extrema_rotational() argument
4591 float theta = theta_init; unsigned theta_i = 1; in fast_extrema_rotational()