Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bengolder/python-geometry
/ functions
Functions
126 in github.com/bengolder/python-geometry
⨍
Functions
126
◇
Types & classes
28
Method
distanceTo
Find the distance between this point and another.
geometry/point2d.py:12
Method
divide
given an integer n, divide into n equal parts given a float n, divide into m parts of size n, and one remainder r
geometry/intervals.py:75
Function
exportToRhino
This function detects the type of outgoing objects and converts them to the appropriate type of Rhinoo object
geometry/rhino.py:24
Method
full_iter
iterate through without regard for columns or rows. This basically treats the Matrix as one big row.
geometry/matrix.py:57
Method
include
Returns a new interval containing the number If this interval contains the number already, it will return a copy of this inter
geometry/intervals.py:110
Method
intersect
Finds the intersection of this plane with another object.
geometry/plane.py:47
Method
is_square
check if this matrix has the same width and length
geometry/matrix.py:85
Method
length
Get the length of this Edge (the distance between two points)
geometry/mesh.py:39
Method
length
get the vector length / amplitude
geometry/vector.py:10
Method
point
(self)
tests/test_vector.py:23
Method
points
(self)
geometry/points.py:25
Method
reverse
converts a value in the range to a proportional value in the domain
geometry/intervals.py:146
Method
row_map
map a function to each row of this matrix, and return the resulting matrix. This can input the corresponding rows from any number of m
geometry/matrix.py:105
Method
scale
return a new interval with start * number and end * number
geometry/intervals.py:120
Method
setUp
(self)
tests/test_imports.py:4
Method
setUp
(self)
tests/test_vector.py:32
Method
shift
return a new interval by adding number to start and end
geometry/intervals.py:124
Method
test_imports
(self)
tests/test_imports.py:7
Method
test_point_constructor
(self)
tests/test_vector.py:122
Method
test_point_operators
(self)
tests/test_vector.py:125
Method
test_vector2d_items
(self)
tests/test_vector.py:94
Method
test_vector3d_items
(self)
tests/test_vector.py:107
Method
test_vector_members
(self)
tests/test_vector.py:50
Method
test_vector_operators
(self)
tests/test_vector.py:67
Method
transpose
Return a new Matrix with columns and rows transposed
geometry/matrix.py:97
Method
vectorTo
Find the vector to another point.
geometry/point.py:5
← previous
101–126 of 126, ranked by callers