Home
last modified time | relevance | path

Searched defs:Vec3T (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DVec3.go9 type Vec3T struct { struct
10 X float32
11 Y float32
12 Z float32
13 Test1 float64
14 Test2 Color
15 Test3 *TestT
18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
H A DVec3.cs76 public class Vec3T class
91 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
H A DVec3.py58 class Vec3T(object): class
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DVec3.go9 type Vec3T struct { struct
10 X float32
11 Y float32
12 Z float32
13 Test1 float64
14 Test2 Color
15 Test3 *TestT
18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
H A DVec3.cs76 public class Vec3T class
91 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
H A DVec3.py58 class Vec3T(object): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A DVec3.go9 type Vec3T struct { struct
10 X float32
11 Y float32
12 Z float32
13 Test1 float64
14 Test2 Color
15 Test3 *TestT
18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
H A DVec3.cs74 public class Vec3T class
89 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
H A DVec3.py54 class Vec3T(object): class
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/ex_collide_level_set/
H A Dopenvdb.cc28 using Vec3T = openvdb::math::Vec3<RealT>; in runOpenVDB() typedef
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/my-game/example/
H A Dvec3.ts115 export class Vec3T { class
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/my-game/example/
H A Dvec3.ts115 export class Vec3T { class
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/benchmark/
H A DBenchmark.cc152 using Vec3T = nanovdb::Vec3<RealT>; in TEST_F() typedef
229 using Vec3T = RayT::Vec3T; in TEST_F() typedef
421 using Vec3T = openvdb::math::Vec3<RealT>; in TEST_F() typedef
526 using Vec3T = nanovdb::Vec3<RealT>; in TEST_F() typedef
640 using Vec3T = nanovdb::Vec3<RealT>; in TEST_F() typedef
H A DBenchKernels_dense.cu28 using Vec3T = nanovdb::Vec3<RealT>; in render_kernel() typedef
H A DBenchKernels_nano.cu29 using Vec3T = nanovdb::Vec3<RealT>; in render_kernel() typedef
H A DBenchmark_dense.cc50 using Vec3T = nanovdb::Vec3<RealT>; in main() typedef
H A DBenchmark_nano.cc50 using Vec3T = nanovdb::Vec3<ValueT>; in main() typedef
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dnormal.cpp64 typedef Vec<T, 3> Vec3T; in computeThetaPhi() typedef
190 typedef Vec<T, 3> Vec3T; typedef in cv::rgbd::FALS
324 typedef Vec<T, 3> Vec3T; typedef in cv::rgbd::LINEMOD
480 typedef Vec<T, 3> Vec3T; typedef in cv::rgbd::SRI
582 compute(const Mat_<Vec3T> &, const Mat_<T> &r_non_interp, Mat & normals_out) const in compute() argument
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/ex_raytrace_fog_volume/
H A Dopenvdb.cc29 using Vec3T = openvdb::math::Vec3<RealT>; in runOpenVDB() typedef
H A Dnanovdb.cu24 using Vec3T = nanovdb::Vec3<RealT>; in runNanoVDB() typedef
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/ex_raytrace_level_set/
H A Dnanovdb.cu26 using Vec3T = nanovdb::Vec3<RealT>; in runNanoVDB() typedef
H A Dopenvdb.cc29 using Vec3T = openvdb::math::Vec3<RealT>; in runOpenVDB() typedef
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DDDA.h40 using Vec3T = Vec3Type; variable
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/util/
H A DHDDA.h35 using Vec3T = Vec3Type; variable
218 using Vec3T = Vec3Type; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/samples/
H A Dmonster_generated.rs403 pub fn unpack(&self) -> Vec3T { in unpack()
413 pub struct Vec3T { struct
414 pub x: f32,
415 pub y: f32,
416 pub z: f32,
418 impl Vec3T { impl

12