Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSample3D.cpp17 struct VSphere { struct
21 VSphere(SkV2 center, SkScalar radius) : fCenter(center), fRadius(radius) {} in VSphere() argument
23 bool contains(SkV2 v) const { in contains()
27 SkV2 pinLoc(SkV2 p) const { in pinLoc()
35 SkV3 computeUnitV3(SkV2 v) const { in computeUnitV3()
46 struct RotateInfo {
51 RotateInfo computeRotationInfo(SkV2 a, SkV2 b) const { in computeRotationInfo()
63 SkM44 computeRotation(SkV2 a, SkV2 b) const { in computeRotation()