四元數——使用python3實現四元數類

# -*- coding: utf-8 -* """ Created on March 2019 @author: yukino @description:Create a Quaternion class """ class Quaternion: def __init__(self, s, x, y, z): """構造函數""" self.s =
相關文章
相關標籤/搜索