MCPcopy Create free account

hub / github.com/bengolder/python-geometry / functions

Functions126 in github.com/bengolder/python-geometry

MethoddistanceTo
Find the distance between this point and another.
geometry/point2d.py:12
Methoddivide
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
FunctionexportToRhino
This function detects the type of outgoing objects and converts them to the appropriate type of Rhinoo object
geometry/rhino.py:24
Methodfull_iter
iterate through without regard for columns or rows. This basically treats the Matrix as one big row.
geometry/matrix.py:57
Methodinclude
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
Methodintersect
Finds the intersection of this plane with another object.
geometry/plane.py:47
Methodis_square
check if this matrix has the same width and length
geometry/matrix.py:85
Methodlength
Get the length of this Edge (the distance between two points)
geometry/mesh.py:39
Methodlength
get the vector length / amplitude
geometry/vector.py:10
Methodpoint
(self)
tests/test_vector.py:23
Methodpoints
(self)
geometry/points.py:25
Methodreverse
converts a value in the range to a proportional value in the domain
geometry/intervals.py:146
Methodrow_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
Methodscale
return a new interval with start * number and end * number
geometry/intervals.py:120
MethodsetUp
(self)
tests/test_imports.py:4
MethodsetUp
(self)
tests/test_vector.py:32
Methodshift
return a new interval by adding number to start and end
geometry/intervals.py:124
Methodtest_imports
(self)
tests/test_imports.py:7
Methodtest_point_constructor
(self)
tests/test_vector.py:122
Methodtest_point_operators
(self)
tests/test_vector.py:125
Methodtest_vector2d_items
(self)
tests/test_vector.py:94
Methodtest_vector3d_items
(self)
tests/test_vector.py:107
Methodtest_vector_members
(self)
tests/test_vector.py:50
Methodtest_vector_operators
(self)
tests/test_vector.py:67
Methodtranspose
Return a new Matrix with columns and rows transposed
geometry/matrix.py:97
MethodvectorTo
Find the vector to another point.
geometry/point.py:5
← previous101–126 of 126, ranked by callers