Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagelib
Path: blob/master/sage/plot/plot3d/base.pxd
4038 views
from sage.structure.sage_object cimport SageObject


cdef class Graphics3d(SageObject):
    cdef public object texture
    cdef object _aspect_ratio
    cdef object _frame_aspect_ratio
    cdef public object _extra_kwds

cdef class PrimitiveObject(Graphics3d):
    pass