Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkPoint3.h13 struct SK_API SkPoint3 { struct
16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make() argument
25 desc += split + "\n SkPoint3:{ \n"; in dump() argument
38 friend bool operator==(const SkPoint3& a, const SkPoint3& b) { argument
52 SkScalar length() const { return SkPoint3::Length(fX, fY, fZ); } in length() argument
62 SkPoint3 makeScale(SkScalar scale) const { in makeScale() argument
79 SkPoint3 operator-() const { argument
80 SkPoint3 neg; argument
91 SkPoint3 v; argument
99 SkPoint3 v; argument
[all …]
/third_party/skia/include/core/
DSkPoint3.h13 struct SK_API SkPoint3 { struct
16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make() argument
35 friend bool operator==(const SkPoint3& a, const SkPoint3& b) { argument
49 SkScalar length() const { return SkPoint3::Length(fX, fY, fZ); } in length() argument
59 SkPoint3 makeScale(SkScalar scale) const { in makeScale() argument
76 SkPoint3 operator-() const { argument
77 SkPoint3 neg; argument
137 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() argument
141 SkScalar dot(const SkPoint3& vec) const { in dot() argument
147 static SkPoint3 CrossProduct(const SkPoint3& a, const SkPoint3& b) { in CrossProduct() argument
[all …]