Home
last modified time | relevance | path

Searched refs:UnitVector (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/pathfinder_geometry-0.5.1/src/
H A Dunit_vector.rs17 pub struct UnitVector(pub Vector2F); struct
19 impl UnitVector { impl
21 pub fn from_angle(theta: f32) -> UnitVector { in from_angle() argument
22 UnitVector(Vector2F::new(theta.cos(), theta.sin())) in from_angle()
27 pub fn rotate_by(&self, other: UnitVector) -> UnitVector { in rotate_by() argument
29 UnitVector(Vector2F::new(products[0] - products[1], products[2] + products[3])) in rotate_by()
34 pub fn rev_rotate_by(&self, other: UnitVector) -> UnitVector { in rev_rotate_by() argument
36 UnitVector(Vector2F::new(products[0] + products[1], products[2] - products[3])) in rev_rotate_by()
41 pub fn halve_angle(&self) -> UnitVector { in halve_angle() argument
44 UnitVector(Vector2F((F32x2::splat(0.5) * (F32x2::splat(1.0) + term)).max(F32x2::default()) in halve_angle()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBVH_Properties.hxx101 struct UnitVector struct
107 struct UnitVector<T, 2> struct
116 struct UnitVector<T, 3> struct
125 struct UnitVector<T, 4> struct
162 BVH::UnitVector<T, N>::DX() * aSize * static_cast<T> (aX) + in Apply()
163 BVH::UnitVector<T, N>::DY() * aSize * static_cast<T> (aY) + in Apply()
164 BVH::UnitVector<T, N>::DZ() * aSize * static_cast<T> (aZ); in Apply()
/dports/cad/opencascade/opencascade-7.6.0/src/BVH/
H A DBVH_Properties.hxx101 struct UnitVector struct
107 struct UnitVector<T, 2> struct
116 struct UnitVector<T, 3> struct
125 struct UnitVector<T, 4> struct
162 BVH::UnitVector<T, N>::DX() * aSize * static_cast<T> (aX) + in Apply()
163 BVH::UnitVector<T, N>::DY() * aSize * static_cast<T> (aY) + in Apply()
164 BVH::UnitVector<T, N>::DZ() * aSize * static_cast<T> (aZ); in Apply()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBVH_Properties.hxx101 struct UnitVector struct
107 struct UnitVector<T, 2> struct
116 struct UnitVector<T, 3> struct
125 struct UnitVector<T, 4> struct
162 BVH::UnitVector<T, N>::DX() * aSize * static_cast<T> (aX) + in Apply()
163 BVH::UnitVector<T, N>::DY() * aSize * static_cast<T> (aY) + in Apply()
164 BVH::UnitVector<T, N>::DZ() * aSize * static_cast<T> (aZ); in Apply()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/distmat/
H A Dunit_vector.go15 type UnitVector struct { struct
20 func NewUnitVector(src rand.Source) *UnitVector {
21 return &UnitVector{norm: distuv.Normal{Mu: 0, Sigma: 1, Src: src}}
32 func (u *UnitVector) UnitVecTo(dst *mat.VecDense) { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_offset_mapping.h103 using UnitVector = Vector<NGOffsetMappingUnit>;
107 NGOffsetMapping(UnitVector&&, RangeMap&&, String);
110 const UnitVector& GetUnits() const { return units_; } in GetUnits()
155 UnitVector GetMappingUnitsForDOMRange(const EphemeralRange&) const;
229 UnitVector units_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_offset_mapping.h103 using UnitVector = Vector<NGOffsetMappingUnit>;
107 NGOffsetMapping(UnitVector&&, RangeMap&&, String);
112 const UnitVector& GetUnits() const { return units_; } in GetUnits()
157 UnitVector GetMappingUnitsForDOMRange(const EphemeralRange&) const;
235 UnitVector units_;
/dports/audio/giada/giada-0.17.1/src/deps/json/test/thirdparty/Fuzzer/
H A DFuzzerInternal.h60 void ShuffleAndMinimize(UnitVector *V);
95 UnitVector FindExtraUnits(const UnitVector &Initial, const UnitVector &Extra);
123 void ShuffleCorpus(UnitVector *V);
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/thirdparty/Fuzzer/
H A DFuzzerInternal.h60 void ShuffleAndMinimize(UnitVector *V);
95 UnitVector FindExtraUnits(const UnitVector &Initial, const UnitVector &Extra);
123 void ShuffleCorpus(UnitVector *V);
/dports/devel/nlohmann-json/json-3.10.4/test/thirdparty/Fuzzer/
H A DFuzzerInternal.h60 void ShuffleAndMinimize(UnitVector *V);
95 UnitVector FindExtraUnits(const UnitVector &Initial, const UnitVector &Extra);
123 void ShuffleCorpus(UnitVector *V);
/dports/math/p5-Math-Vec/Math-Vec-1.01/lib/Math/
H A DVec.pm218 return(V($v->UnitVector()));
618 sub UnitVector { subroutine
704 my @unit = $self->UnitVector();
785 return(NewVec($B->Minus($A))->UnitVector());
825 return(NewVec($lead->Cross($tail))->UnitVector);
874 return(NewVec($self->UnitVector())->ScalarMult($self->Comp($B)));
/dports/x11-clocks/glclock/glclock-6.0b6.0/
H A DMath3D.H124 inline void UnitVector(float v[]) in UnitVector() function
136 inline void UnitVector(double v[]) in UnitVector() function
154 UnitVector(out) ; in NormalVector()
163 UnitVector(out) ; in NormalVector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()

12345678