Home
last modified time | relevance | path

Searched defs:Point3d (Results 1 – 25 of 33) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DPoint3d.java41 public class Point3d extends Tuple3d implements java.io.Serializable { class
52 public Point3d(double x, double y, double z) in Point3d() method in Point3d
62 public Point3d(double[] p) in Point3d() method in Point3d
72 public Point3d(Point3d p1) in Point3d() method in Point3d
82 public Point3d(Point3f p1) in Point3d() method in Point3d
92 public Point3d(Tuple3f t1) in Point3d() method in Point3d
102 public Point3d(Tuple3d t1) in Point3d() method in Point3d
111 public Point3d() in Point3d() method in Point3d
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DPoint3d.mm10 @implementation Point3d { implementation in x
68 + (instancetype)fromNative:(cv::Point3d&)point {
72 - (void)update:(cv::Point3d&)point {
88 - (double)dot:(Point3d*)point { argument
92 - (Point3d*)cross:(Point3d*)point { argument
H A DPoint3d.h24 CV_EXPORTS @interface Point3d : NSObject variable
H A DConverters.mm85 + (Mat*)vector_Point3d_to_Mat:(NSArray<Point3d*>*)pts {
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dts2las.hpp38 struct Point3d struct
40 Point3d() : in Point3d() function
63 Point3d Pnt; argument
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/gprim/
H A Dgeom3d.hpp64 class Point3d class
72 Point3d () { x[0] = x[1] = x[2] = 0; } in Point3d() function in Point3d
74 Point3d(double ax, double ay, double az) in Point3d() function in Point3d
77 Point3d(double ax[3]) in Point3d() function in Point3d
81 Point3d(const Point3d & p2) in Point3d() function in Point3d
84 Point3d (const Point<3> & p2) in Point3d() function in Point3d
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/gprim/
H A Dgeom3d.hpp67 class Point3d class
75 Point3d () { x[0] = x[1] = x[2] = 0; } in Point3d() function in netgen::Point3d
77 Point3d(double ax, double ay, double az) in Point3d() function in netgen::Point3d
80 Point3d(double ax[3]) in Point3d() function in netgen::Point3d
84 Point3d(const Point3d & p2) in Point3d() function in netgen::Point3d
87 Point3d (const Point<3> & p2) in Point3d() function in netgen::Point3d
/dports/cad/netgen/netgen-6.2.2105/libsrc/gprim/
H A Dgeom3d.hpp67 class Point3d class
75 Point3d () { x[0] = x[1] = x[2] = 0; } in Point3d() function in netgen::Point3d
77 Point3d(double ax, double ay, double az) in Point3d() function in netgen::Point3d
80 Point3d(double ax[3]) in Point3d() function in netgen::Point3d
84 Point3d(const Point3d & p2) in Point3d() function in netgen::Point3d
87 Point3d (const Point<3> & p2) in Point3d() function in netgen::Point3d
/dports/devel/libarea/libarea-2752cd9/kurve/
H A Dgeometry.h51 class Point3d; variable
256 inline Point3d(){};// {z=0; /*ok=false;*/}; // Point p1 in Point3d() function
257 inline Point3d(const double* xyz) {x = xyz[0], y = xyz[1]; z = xyz[2];} in Point3d() function
260 inline Point3d( const Point3d& p ) { // copy constructor Point p1(p2); in Point3d() function
262 inline Point3d( const Point& p ) { // copy constructor Point p1(p2); in Point3d() function
264 inline Point3d( const Point& p, double zord ) { // copy constructor Point p1(p2, z); in Point3d() function
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DCelestiaVector.mm38 {
128 {
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DCelestiaVector.mm38 {
128 {
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dpoint.h106 typedef Eigen::Matrix<double,3,1> Point3d; typedef
H A Ddeprecated_point3.h620 typedef Point3<double> Point3d; typedef
H A Ddeprecated_point.h945 typedef Point3<double> Point3d; typedef
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dpoint.h106 typedef Eigen::Matrix<double,3,1> Point3d; typedef
H A Ddeprecated_point3.h605 typedef Point3<double> Point3d; typedef
H A Ddeprecated_point.h945 typedef Point3<double> Point3d; typedef
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/TypeScript/
H A Dexample.ts83 interface Point3d extends Point { interface
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Druler3.cpp11 static double CalcElementBadness (const NgArray<Point3d, PointIndex::BASE> & points, in CalcElementBadness()
52 NgArray<Point3d, PointIndex::BASE> & lpoints, // in: local points, out: old+new local points in ApplyRules()
H A Dadfront3.cpp495 NgArray<Point3d, PointIndex::BASE> & locpoints, in GetLocals()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dastro.cpp252 float astro::sphereIlluminationFraction(Point3d, in sphereIlluminationFraction() argument
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dastro.cpp252 float astro::sphereIlluminationFraction(Point3d, in sphereIlluminationFraction() argument
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dprojections.cpp1014 struct Point3d { struct
1015 DDouble x;
1016 DDouble y;
1017 DDouble z;
/dports/astro/celestia-gtk/celestia-1.6.1/src/celmath/
H A Dvecmath.h170 typedef Point3<double> Point3d; typedef
/dports/astro/celestia/celestia-1.6.1/src/celmath/
H A Dvecmath.h170 typedef Point3<double> Point3d; typedef

12