Home
last modified time | relevance | path

Searched refs:center_of_rotation (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_box.h80 const ON_3dPoint& center_of_rotation // center of rotation
86 const ON_3dPoint& center_of_rotation // center of rotation
H A Dopennurbs_sphere.h91 const ON_3dPoint& center_of_rotation // center of rotation
97 const ON_3dPoint& center_of_rotation // center of rotation
H A Dopennurbs_line.h252 const ON_3dPoint& center_of_rotation
258 const ON_3dPoint& center_of_rotation
H A Dopennurbs_cone.h154 const ON_3dPoint& center_of_rotation
159 const ON_3dPoint& center_of_rotation
H A Dopennurbs_torus.h165 const ON_3dPoint& center_of_rotation // center of rotation
171 const ON_3dPoint& center_of_rotation // center of rotation
H A Dopennurbs_circle.h220 const ON_3dPoint& center_of_rotation
226 const ON_3dPoint& center_of_rotation
H A Dopennurbs_array.h603 const ON_3dPoint& center_of_rotation
620 const ON_3dPoint& center_of_rotation
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_box.h80 const ON_3dPoint& center_of_rotation // center of rotation
86 const ON_3dPoint& center_of_rotation // center of rotation
H A Dopennurbs_cone.h154 const ON_3dPoint& center_of_rotation
159 const ON_3dPoint& center_of_rotation
H A Dopennurbs_line.h252 const ON_3dPoint& center_of_rotation
258 const ON_3dPoint& center_of_rotation
H A Dopennurbs_sphere.h91 const ON_3dPoint& center_of_rotation // center of rotation
97 const ON_3dPoint& center_of_rotation // center of rotation
H A Dopennurbs_torus.h165 const ON_3dPoint& center_of_rotation // center of rotation
171 const ON_3dPoint& center_of_rotation // center of rotation
H A Dopennurbs_circle.h220 const ON_3dPoint& center_of_rotation
226 const ON_3dPoint& center_of_rotation
H A Dopennurbs_array.cpp111 const ON_3dPoint& center_of_rotation in Rotate() argument
116 rot.Rotation( sin_angle, cos_angle, axis_of_rotation, center_of_rotation ); in Rotate()
120 if ( m_a[i] == center_of_rotation ) in Rotate()
125 m_a[fix_index[i]] = center_of_rotation; in Rotate()
133 const ON_3dPoint& center_of_rotation in Rotate() argument
136 …return Rotate( sin(angle_in_radians), cos(angle_in_radians), axis_of_rotation, center_of_rotation in Rotate()
H A Dopennurbs_cone.cpp243 const ON_3dPoint& center_of_rotation in Rotate() argument
246 return plane.Rotate( sin_angle, cos_angle, axis_of_rotation, center_of_rotation ); in Rotate()
H A Dopennurbs_array.h606 const ON_3dPoint& center_of_rotation
623 const ON_3dPoint& center_of_rotation
/dports/cad/impact/Impact/src/j3d/
H A DCanvas3DSW.java50 public Vector3D center_of_rotation = new Vector3D(); field in Canvas3DSW
223 tmp.transform2D(VMatrix3D, center_of_rotation, this); in view_transform()
259 ((shp)arr[i]).transform2D(VMatrix3D, center_of_rotation, this); in add3D()
532 ((shp)arr[j]).transform2D(VMatrix3D, center_of_rotation, this); in view_reset()
744 gp.transform2D(VMatrix3D, center_of_rotation, this); in view_grid()
749 xyz.transform2D(VMatrix3D, center_of_rotation, this); in view_grid()
883 center_of_rotation = obj.getCenter(); in setCenterOfRotation()
884 center_of_rotation.sub(new Vector3D(0.0f,0.0f,0.0f),center_of_rotation); in setCenterOfRotation()
H A DCanvas3DGL.java52 public Vector3D center_of_rotation = new Vector3D(); field in Canvas3DGL
355 … tmp.paintGL(gl,g2D,this,center_of_rotation.x,center_of_rotation.y,center_of_rotation.z,scale); in display()
455 ((shp)arr[i]).transform2D(VMatrix3D, center_of_rotation, this); in add3D()
735 ((shp)arr[j]).transform2D(VMatrix3D, center_of_rotation, this); in view_reset()
1098 center_of_rotation = obj.getCenter(); in setCenterOfRotation()
/dports/science/minc2/minc-release-2.2.00/conversion/vff2mnc/
H A Dvff2mnc.h82 double center_of_rotation; member
H A Dvff2mnc.c804 vattrs->center_of_rotation = atof(pch+1); in read_3Dvff_file_header()
1014 dval = vattrs->center_of_rotation; in add_vff_attribute_to_file()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_array.cpp111 const ON_3dPoint& center_of_rotation in Rotate() argument
116 rot.Rotation( sin_angle, cos_angle, axis_of_rotation, center_of_rotation ); in Rotate()
120 if ( m_a[i] == center_of_rotation ) in Rotate()
125 m_a[fix_index[i]] = center_of_rotation; in Rotate()
133 const ON_3dPoint& center_of_rotation in Rotate() argument
136 …return Rotate( sin(angle_in_radians), cos(angle_in_radians), axis_of_rotation, center_of_rotation in Rotate()
H A Dopennurbs_cone.cpp243 const ON_3dPoint& center_of_rotation in Rotate() argument
246 return plane.Rotate( sin_angle, cos_angle, axis_of_rotation, center_of_rotation ); in Rotate()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG-OutIter.cpp479 Geom::Point center_of_rotation((top_left[Geom::X] + bottom_right[Geom::X]) * 0.5, in createSelectionShape() local
481 …tal_transform = Geom::Translate(-center_of_rotation) * Geom::Rotate(char_rotation) * Geom::Transla… in createSelectionShape()