ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# 円錐を作成cone1 = cone(pos=(0, 0, 0), radius=0.25, length=1,color=(0x99/255.,0xdd/255.,0xff/255.))# 回転cone1.rotate(angle=pi*110./180., axis=(1,0,1))
Post a Comment
No comments:
Post a Comment