Home
last modified time | relevance | path

Searched defs:SkPoint3 (Results 1 – 2 of 2) sorted by relevance

/external/skqp/include/core/
DSkPoint3.h13 struct SK_API SkPoint3 { struct
16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make() argument
28 friend bool operator==(const SkPoint3& a, const SkPoint3& b) { argument
42 SkScalar length() const { return SkPoint3::Length(fX, fY, fZ); } in length() argument
52 SkPoint3 makeScale(SkScalar scale) const { in makeScale() argument
69 SkPoint3 operator-() const { argument
70 SkPoint3 neg; argument
81 SkPoint3 v; argument
89 SkPoint3 v; argument
130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() argument
[all …]
/external/skia/include/core/
DSkPoint3.h13 struct SK_API SkPoint3 { struct
16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make() argument
28 friend bool operator==(const SkPoint3& a, const SkPoint3& b) { argument
42 SkScalar length() const { return SkPoint3::Length(fX, fY, fZ); } in length() argument
52 SkPoint3 makeScale(SkScalar scale) const { in makeScale() argument
69 SkPoint3 operator-() const { argument
70 SkPoint3 neg; argument
130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() argument
134 SkScalar dot(const SkPoint3& vec) const { in dot() argument
140 static SkPoint3 CrossProduct(const SkPoint3& a, const SkPoint3& b) { in CrossProduct() argument
[all …]