/ . / FlattenIcosahedron / flatten.py
Functions
|
|
|
distance2
|
distance2 ( u, v )
|
|
triangle_list
|
triangle_list ( varray, tarray )
Make list of triangles, each triangle being an array of 3 vertex positions.
|
|
triangle_transformation
|
triangle_transformation ( t1, t2 )
Find transform mapping one triangle to another. Triangles are specified
by 3 vertices.
|
|
flattened_icosahedron_geometry
|
flattened_icosahedron_geometry ( radius )
|
|
multiscale_models
|
multiscale_models ()
|
|
triangle_frame
|
triangle_frame ( t )
Return two triangle edge vectors and normal.
|
|
chains
|
chains ( multiscale_models )
|
|
flattened_icosahedron_triangles
|
flattened_icosahedron_triangles ( radius )
|
|
flatten_icosahedron
|
flatten_icosahedron ( multiscale_models, radius )
|
|
model_radius
|
model_radius ( multiscale_models )
|
|
chain_center
|
chain_center ( chain )
|
|
closest_point_index
|
closest_point_index ( p, points )
|
|
frame_transform
|
frame_transform ( f1, f2 )
|
|
unflatten_icosahedron
|
unflatten_icosahedron ( multiscale_models )
|
|
icosahedron_triangles
|
icosahedron_triangles ( radius )
|
|
chain_radial_size
|
chain_radial_size ( chain )
|
|
|