Home
last modified time | relevance | path

Searched refs:Point3f (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/dports/devel/vcglib/vcglib-2020.09/wrap/gui/
H A Dtrackmode.h434 AxisMode (const Point3f & origin, const Point3f & direction) in AxisMode()
677 PathMode ( const Point3f &start, const Point3f &end ) in PathMode()
746 Point3f SetStartNear(Point3f p);
783 void GetPoints(float state, Point3f & point, Point3f & prev_point, Point3f & next_point);
820 int Verse(Point3f reference_point,Point3f current_point,Point3f prev_point,Point3f next_point);
928 Point3f SetStartNear(Point3f p);
980 Point3f Move(Point3f start,Point3f end);
993 Point3f status;
995 Point3f delta_mouse;
997 Point3f old_status;
[all …]
H A Dtrackutils.h87 Point3f HitViewPlane (Trackball * tb, const Point3f & p) in HitViewPlane()
91 Point3f PonVP; in HitViewPlane()
136 Point3f hitOnViewplane, Point3f & hit) in HitHyper()
180 Point3f hitOnViewplane, Point3f & hit) in HitHyperOrtho()
221 Point3f HitSphere (Trackball * tb, const Point3f & p) in HitSphere()
504 Point3f p1,p2; in ProjectLineOnPlane()
520 float signedDistance(Line3f line,Point3f pt,Point3f positive_dir) in signedDistance()
576 Point3f p(0,0,0); in HitPlane()
947 d1=Point3f(0,1,0); in DrawUglyPlaneMode()
1005 d1=Point3f(0,1,0); in DrawUglyCylinderMode()
[all …]
H A Dtrackmode.cpp246 Point3f PathMode::SetStartNear(Point3f point) in SetStartNear()
249 Point3f p0,p1; in SetStartNear()
288 void PathMode::GetPoints(float state, Point3f & point, Point3f & prev_point, Point3f & next_point) in GetPoints()
379 int PathMode::Verse(Point3f reference_point,Point3f current_point,Point3f prev_point,Point3f next_p… in Verse()
438 Point3f temp1,temp2; in SetAction()
478 Point3f p0=pts[0]; in Init()
482 Point3f a,b; in Init()
561 Point3f AreaMode::Move(Point3f start,Point3f end) in Move()
564 Point3f pt=start; in Move()
646 Point3f AreaMode::SetStartNear(Point3f point) in SetStartNear()
[all …]
H A Dcoordinateframe.cpp247 position = Point3f(0,0,0); in Reset()
249 rotation = Quaternionf(0,Point3f(1,0,0)); in Reset()
252 void MovableCoordinateFrame::SetPosition(const Point3f newpos) in SetPosition()
262 Point3f MovableCoordinateFrame::GetPosition() in GetPosition()
279 void MovableCoordinateFrame::AlignWith(const Point3f pri,const Point3f secondary,const char c1, con… in AlignWith()
282 Point3f primary=pri; in AlignWith()
290 Point3f x(1,0,0),y(0,1,0),z(0,0,1); in AlignWith()
291 Point3f first(0,0,0),second(0,0,0),third(0,0,0); in AlignWith()
345 void MovableCoordinateFrame::RotateToAlign(const Point3f source, const Point3f dest) in RotateToAlign()
352 Point3f axis = dest ^ source; in RotateToAlign()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gui/
H A Dtrackmode.h434 AxisMode (const Point3f & origin, const Point3f & direction) in AxisMode()
677 PathMode ( const Point3f &start, const Point3f &end ) in PathMode()
746 Point3f SetStartNear(Point3f p);
783 void GetPoints(float state, Point3f & point, Point3f & prev_point, Point3f & next_point);
820 int Verse(Point3f reference_point,Point3f current_point,Point3f prev_point,Point3f next_point);
928 Point3f SetStartNear(Point3f p);
980 Point3f Move(Point3f start,Point3f end);
993 Point3f status;
995 Point3f delta_mouse;
997 Point3f old_status;
[all …]
H A Dtrackutils.h87 Point3f HitViewPlane (Trackball * tb, const Point3f & p) in HitViewPlane()
91 Point3f PonVP; in HitViewPlane()
136 Point3f hitOnViewplane, Point3f & hit) in HitHyper()
180 Point3f hitOnViewplane, Point3f & hit) in HitHyperOrtho()
221 Point3f HitSphere (Trackball * tb, const Point3f & p) in HitSphere()
504 Point3f p1,p2; in ProjectLineOnPlane()
520 float signedDistance(Line3f line,Point3f pt,Point3f positive_dir) in signedDistance()
576 Point3f p(0,0,0); in HitPlane()
947 d1=Point3f(0,1,0); in DrawUglyPlaneMode()
1005 d1=Point3f(0,1,0); in DrawUglyCylinderMode()
[all …]
H A Dtrackmode.cpp241 Point3f PathMode::SetStartNear(Point3f point) in SetStartNear()
244 Point3f p0,p1; in SetStartNear()
283 void PathMode::GetPoints(float state, Point3f & point, Point3f & prev_point, Point3f & next_point) in GetPoints()
374 int PathMode::Verse(Point3f reference_point,Point3f current_point,Point3f prev_point,Point3f next_p… in Verse()
433 Point3f temp1,temp2; in SetAction()
473 Point3f p0=pts[0]; in Init()
477 Point3f a,b; in Init()
556 Point3f AreaMode::Move(Point3f start,Point3f end) in Move()
559 Point3f pt=start; in Move()
641 Point3f AreaMode::SetStartNear(Point3f point) in SetStartNear()
[all …]
H A Dcoordinateframe.cpp247 position = Point3f(0,0,0); in Reset()
249 rotation = Quaternionf(0,Point3f(1,0,0)); in Reset()
252 void MovableCoordinateFrame::SetPosition(const Point3f newpos) in SetPosition()
262 Point3f MovableCoordinateFrame::GetPosition() in GetPosition()
279 void MovableCoordinateFrame::AlignWith(const Point3f pri,const Point3f secondary,const char c1, con… in AlignWith()
282 Point3f primary=pri; in AlignWith()
290 Point3f x(1,0,0),y(0,1,0),z(0,0,1); in AlignWith()
291 Point3f first(0,0,0),second(0,0,0),third(0,0,0); in AlignWith()
345 void MovableCoordinateFrame::RotateToAlign(const Point3f source, const Point3f dest) in RotateToAlign()
352 Point3f axis = dest ^ source; in RotateToAlign()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_translation3d_estimator.cpp21 …fpts.at<Point3f>(0) = Point3f(rng.uniform(1.0f, 2.0f), rng.uniform(1.0f, 2.0f), rng.uniform(5.0f, … in TEST()
22 …fpts.at<Point3f>(1) = Point3f(rng.uniform(3.0f, 4.0f), rng.uniform(3.0f, 4.0f), rng.uniform(5.0f, … in TEST()
23 …fpts.at<Point3f>(2) = Point3f(rng.uniform(1.0f, 2.0f), rng.uniform(3.0f, 4.0f), rng.uniform(5.0f, … in TEST()
24 …fpts.at<Point3f>(3) = Point3f(rng.uniform(3.0f, 4.0f), rng.uniform(1.0f, 2.0f), rng.uniform(5.0f, … in TEST()
26 std::transform(fpts.ptr<Point3f>(), fpts.ptr<Point3f>() + 4, tpts.ptr<Point3f>(), in TEST()
27 [&] (const Point3f& p) -> Point3f in TEST()
56 const Point3f shift_outl = Point3f(15, 15, 15); in TEST()
63 std::transform(fpts.ptr<Point3f>(), fpts.ptr<Point3f>() + n, tpts.ptr<Point3f>(), in TEST()
64 [&] (const Point3f& p) -> Point3f in TEST()
73 std::transform(tpts.ptr<Point3f>() + m, tpts.ptr<Point3f>() + n, tpts.ptr<Point3f>() + m, in TEST()
[all …]
H A Dtest_affine3d_estimator.cpp72 Point3f operator()(const Point3f& p) in operator ()()
90 fpts.ptr<Point3f>()[0] = Point3f( rngIn(1,2), rngIn(1,2), rngIn(5, 6) ); in test4Points()
91 fpts.ptr<Point3f>()[1] = Point3f( rngIn(3,4), rngIn(3,4), rngIn(5, 6) ); in test4Points()
92 fpts.ptr<Point3f>()[2] = Point3f( rngIn(1,2), rngIn(3,4), rngIn(5, 6) ); in test4Points()
93 fpts.ptr<Point3f>()[3] = Point3f( rngIn(3,4), rngIn(1,2), rngIn(5, 6) ); in test4Points()
95 std::transform(fpts.ptr<Point3f>(), fpts.ptr<Point3f>() + 4, tpts.ptr<Point3f>(), WrapAff(aff)); in test4Points()
115 Point3f operator()(const Point3f& p) in operator ()()
131 const Point3f shift_outl = Point3f(15, 15, 15); in testNPoints()
138 std::transform(fpts.ptr<Point3f>(), fpts.ptr<Point3f>() + n, tpts.ptr<Point3f>(), WrapAff(aff)); in testNPoints()
141 std::transform(tpts.ptr<Point3f>() + m, tpts.ptr<Point3f>() + n, tpts.ptr<Point3f>() + m, in testNPoints()
[all …]
H A Dtest_chessboardgenerator.hpp26 …onst Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, const Point3f& pos, std::vector…
29 mutable std::vector<Point3f> corners3d;
31 void generateEdge(const Point3f& p1, const Point3f& p2, std::vector<Point3f>& out) const;
33 const Point3f& zero, const Point3f& pb1, const Point3f& pb2,
34 …float sqWidth, float sqHeight, const std::vector<Point3f>& whole, std::vector<Point2f>& corners) c…
35 void generateBasis(Point3f& pb1, Point3f& pb2) const;
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DPointLightRetained.java48 Point3f attenuation = new Point3f(1.0f, 0.0f, 0.0f);
51 Point3f position = new Point3f();
54 Point3f xformPosition = new Point3f();
77 void initPosition(Point3f position) { in initPosition()
89 void setPosition(Point3f position) { in setPosition()
119 setPosition(new Point3f(x, y, z)); in setPosition()
209 objs[7] = new Point3f(position); in setLive()
210 objs[8] = new Point3f(attenuation); in setLive()
225 objs[7] = new Point3f(position); in initMessage()
226 objs[8] = new Point3f(attenuation); in initMessage()
[all …]
H A DPositionPathInterpolator.java34 import javax.vecmath.Point3f;
55 private Point3f positions[];
87 Point3f[] positions) { in PositionPathInterpolator()
133 Point3f[] positions) { in setPathArrays()
144 private void setPathArrays(Point3f[] positions) { in setPathArrays()
146 this.positions = new Point3f[positions.length]; in setPathArrays()
148 this.positions[i] = new Point3f(); in setPathArrays()
163 public void getPositions(Point3f[] positions) { in getPositions()
273 positions = new Point3f[len]; in duplicateAttributes()
275 Point3f dupPoint = new Point3f(); in duplicateAttributes()
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DMesh.h22 explicit Triangle(const cv::Point3f& V0, const cv::Point3f& V1, const cv::Point3f& V2);
25 cv::Point3f getV0() const { return v0_; } in getV0()
26 cv::Point3f getV1() const { return v1_; } in getV1()
27 cv::Point3f getV2() const { return v2_; } in getV2()
31 cv::Point3f v0_, v1_, v2_;
42 explicit Ray(const cv::Point3f& P0, const cv::Point3f& P1);
45 cv::Point3f getP0() { return p0_; } in getP0()
46 cv::Point3f getP1() { return p1_; } in getP1()
50 cv::Point3f p0_, p1_;
66 cv::Point3f getVertex(int pos) const { return list_vertex_[pos]; } in getVertex()
[all …]
H A DPnPProblem.cpp17 static cv::Point3f CROSS(cv::Point3f v1, cv::Point3f v2) in CROSS()
19 cv::Point3f tmp_p; in CROSS()
26 static double DOT(cv::Point3f v1, cv::Point3f v2) in DOT()
31 static cv::Point3f SUB(cv::Point3f v1, cv::Point3f v2) in SUB()
33 cv::Point3f tmp_p; in SUB()
43 static cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin) in get_nearest_3D_point()
45 cv::Point3f p1 = points_list[0]; in get_nearest_3D_point()
46 cv::Point3f p2 = points_list[1]; in get_nearest_3D_point()
215 Ray R((cv::Point3f)C_op, (cv::Point3f)ray); in backproject2DPoint()
254 cv::Point3f e1, e2; in intersect_MollerTrumbore()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Daddons.h55 static void XAxis(vcg::Point3f zero, vcg::Point3f uno, Matrix44f & tr) in XAxis()
60 GetUV(*((vcg::Point3f*)tr[0]),*((vcg::Point3f*)tr[1]),*((vcg::Point3f*)tr[2])); in XAxis()
124 vcg::Point3f p0; in Cylinder()
125 vcg::Point3f p1; in Cylinder()
147 p0=vcg::Point3f(0,0,0); in Cylinder()
162 p0=vcg::Point3f(1,0,0); in Cylinder()
269 vcg::Point3f p0; in Cone()
270 vcg::Point3f P[2]; in Cone()
271 vcg::Point3f N[2]; in Cone()
282 p0 = Point3f(0,0,0); in Cone()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Daddons.h55 static void XAxis(vcg::Point3f zero, vcg::Point3f uno, Matrix44f & tr) in XAxis()
60 GetUV(*((vcg::Point3f*)tr[0]),*((vcg::Point3f*)tr[1]),*((vcg::Point3f*)tr[2])); in XAxis()
124 vcg::Point3f p0; in Cylinder()
125 vcg::Point3f p1; in Cylinder()
147 p0=vcg::Point3f(0,0,0); in Cylinder()
162 p0=vcg::Point3f(1,0,0); in Cylinder()
269 vcg::Point3f p0; in Cone()
270 vcg::Point3f P[2]; in Cone()
271 vcg::Point3f N[2]; in Cone()
282 p0 = Point3f(0,0,0); in Cone()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/render_splatpyramid/
H A Dsurfel.hpp52 mCenter = Point3f(); in Surfel()
53 mNormal = Point3f(); in Surfel()
58 Surfel (const Point3f& position, in Surfel()
59 const Point3f& normal, in Surfel()
85 Surfel (const Point3f& position) in Surfel()
93 const Point3f Center () const in Center()
105 this->mCenter = Point3f(pCenter); in SetCenter()
108 const Point3f Normal(void) const in Normal()
120 this->mNormal = Point3f(normal); in SetNormal()
179 Point3f mCenter;
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dpoint.h214 typedef struct point3f_s Point3f; typedef
216 DENG_PUBLIC Point3f *Point3f_New(void);
219 DENG_PUBLIC void Point3f_Delete(Point3f *point);
225 DENG_PUBLIC double Point3f_X(Point3f const *point);
226 DENG_PUBLIC double Point3f_Y(Point3f const *point);
227 DENG_PUBLIC double Point3f_Z(Point3f const *point);
229 DENG_PUBLIC void Point3f_SetX(Point3f *point, double x);
230 DENG_PUBLIC void Point3f_SetY(Point3f *point, double y);
231 DENG_PUBLIC void Point3f_SetZ(Point3f *point, double z);
241 DENG_PUBLIC void Point3f_Sum(Point3f *point, Point3f const *other);
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celmath/
H A Daabox.h21 AxisAlignedBox(Point3f _min, Point3f _max) : in AxisAlignedBox()
23 AxisAlignedBox(Point3f center) : in AxisAlignedBox()
26 inline Point3f getMinimum() const;
27 inline Point3f getMaximum() const;
28 inline Point3f getCenter() const;
34 inline void include(const Point3f&);
38 Point3f minimum;
39 Point3f maximum;
49 Point3f AxisAlignedBox::getMinimum() const in getMinimum()
54 Point3f AxisAlignedBox::getMaximum() const in getMaximum()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celmath/
H A Daabox.h21 AxisAlignedBox(Point3f _min, Point3f _max) : in AxisAlignedBox()
23 AxisAlignedBox(Point3f center) : in AxisAlignedBox()
26 inline Point3f getMinimum() const;
27 inline Point3f getMaximum() const;
28 inline Point3f getCenter() const;
34 inline void include(const Point3f&);
38 Point3f minimum;
39 Point3f maximum;
49 Point3f AxisAlignedBox::getMinimum() const in getMinimum()
54 Point3f AxisAlignedBox::getMaximum() const in getMaximum()
[all …]
/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DPoint3f.java53 public Point3f(float x, float y, float z) in Point3f() method in Point3f
63 public Point3f(float[] p) in Point3f() method in Point3f
73 public Point3f(Point3f p1) in Point3f() method in Point3f
83 public Point3f(Point3d p1) in Point3f() method in Point3f
93 public Point3f(Tuple3f t1) in Point3f() method in Point3f
103 public Point3f(Tuple3d t1) in Point3f() method in Point3f
112 public Point3f() in Point3f() method in Point3f
124 public final float distanceSquared(Point3f p1) in distanceSquared()
140 public final float distance(Point3f p1) in distance()
158 public final float distanceL1(Point3f p1) in distanceL1()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DPoint3f.mm2 // Point3f.mm
7 #import "Point3f.h"
10 @implementation Point3f { implementation in x
11 cv::Point3f native;
38 - (cv::Point3f&)nativeRef {
68 + (instancetype)fromNative:(cv::Point3f&)point { argument
72 - (void)update:(cv::Point3f&)point { argument
84 - (Point3f*) clone {
88 - (double)dot:(Point3f*)point { argument
92 - (Point3f*)cross:(Point3f*)point { argument
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/sensor/
H A DSensorGnomonEcho.java54 import javax.vecmath.Point3f ;
91 Point3f[] axes = new Point3f[6] ; in SensorGnomonEcho()
94 axes[FRONT] = new Point3f(0f, 0f, length) ; in SensorGnomonEcho()
95 axes[BACK] = new Point3f(0f, 0f, -length) ; in SensorGnomonEcho()
96 axes[LEFT] = new Point3f(-length, 0f, 0f) ; in SensorGnomonEcho()
97 axes[RIGHT] = new Point3f( length, 0f, 0f) ; in SensorGnomonEcho()
98 axes[TOP] = new Point3f(0f, length, 0f) ; in SensorGnomonEcho()
99 axes[BOTTOM] = new Point3f(0f, -length, 0f) ; in SensorGnomonEcho()
106 Point3f[][] cube = new Point3f[6][4] ; in SensorGnomonEcho()
108 cube[FRONT][0] = new Point3f(-offset, -offset, offset) ; in SensorGnomonEcho()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_vase/
H A Dvase_utils.h10 QString toString( const Point3f& p );
16 void drawBox(Point3f& center, float edgel, bool wireframe=true);
19 void drawSegment( Point3f& start, Point3f& stop );
23 Point3f myscale( const Point3f& p, float s );
25 float SignedFacePointDistance( CFaceO& f, const Point3f& q );
26 float SignedFacePointDistance( CFaceO& f, const Point3f& q, Point3f& a );

12345678910>>...36