Skip to content

Instantly share code, notes, and snippets.

View ThreePointSquare's full-sized avatar
💭
I may be slow to respond.

ThreePointSquare

💭
I may be slow to respond.
View GitHub Profile
@ThreePointSquare
ThreePointSquare / demo_polynomial.py
Created December 5, 2023 17:18
Taylor Polynomial Using Numpy and Rhino Python
#! python3
# r: numpy
import numpy as np
import rhinoscriptsyntax as rs
def get_cosine_points(x):
return x, np.cos(x)
@giobel
giobel / *Dynamo Python snippets*
Last active January 18, 2024 20:44
Dynamo-Python
# collection of Dynamo Python functions.
# credits: archi-lab, MEPover, Bimorph, Clockwork, Rhythm and many more