Skip to content

docstring for Cylinder doesn't seem right. #52

@fifteenhex

Description

@fifteenhex
class Camera(POVRayElement):
    """ Camera([type,]  'location', [x,y,z], 'look_at', [x,y,z]) """

class Cylinder(POVRayElement):
    """ Cylinder([type,]  'location', [x,y,z], 'look_at', [x,y,z]) """

Looks like the docstring for Cylinder is the same as Camera when it should have a base point, cap point and radius.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions