/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file.
*/
// Inspired by Rob Johnson's most excellent QuickDraw GX sample code
// NOTE -- This entire header / impl is deprecated, and will be removed from Skia soon. // // Skia now has support for a 4x matrix (SkM44) in SkCanvas. //
class SkCanvas;
// DEPRECATED class SkPatch3D { public:
SkPatch3D();
SkV3 fLocation; // origin of the camera's space
SkV3 fAxis; // view direction
SkV3 fZenith; // up direction
SkV3 fObserver; // eye position (may not be the same as the origin)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.