Flutter Engine
The Flutter Engine
|
Classes | |
struct | RotateInfo |
Public Member Functions | |
VSphere (SkV2 center, SkScalar radius) | |
bool | contains (SkV2 v) const |
SkV2 | pinLoc (SkV2 p) const |
SkV3 | computeUnitV3 (SkV2 v) const |
RotateInfo | computeRotationInfo (SkV2 a, SkV2 b) const |
SkM44 | computeRotation (SkV2 a, SkV2 b) const |
Public Attributes | |
SkV2 | fCenter |
SkScalar | fRadius |
Definition at line 19 of file 3DSlide.cpp.
Definition at line 23 of file 3DSlide.cpp.
Definition at line 65 of file 3DSlide.cpp.
|
inline |
Definition at line 53 of file 3DSlide.cpp.
Definition at line 37 of file 3DSlide.cpp.
|
inline |
Definition at line 25 of file 3DSlide.cpp.
Definition at line 29 of file 3DSlide.cpp.
SkV2 VSphere::fCenter |
Definition at line 20 of file 3DSlide.cpp.
SkScalar VSphere::fRadius |
Definition at line 21 of file 3DSlide.cpp.