Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkPoint3.h15 struct SK_API SkPoint3 { struct
18 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make() argument
30 friend bool operator==(const SkPoint3& a, const SkPoint3& b) { argument
44 SkScalar length() const { return SkPoint3::Length(fX, fY, fZ); } in length() argument
54 SkPoint3 makeScale(SkScalar scale) const { in makeScale() argument
71 SkPoint3 operator-() const { argument
72 SkPoint3 neg; argument
122 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() argument
126 SkScalar dot(const SkPoint3& vec) const { in dot() argument
132 static SkPoint3 CrossProduct(const SkPoint3& a, const SkPoint3& b) { in CrossProduct() argument
[all …]