Public Member Functions | |
| Vector3f | __getitem__ (self, int arg0) |
| None | __init__ (self) |
| None | __init__ (self, std_array_Vector3_float_3 arg0) |
| None | __init__ (self, typing.Iterable arg0) |
| typing.Iterator[Vector3f] | __iter__ (self) |
| int | __len__ (self) |
| str | __repr__ (self) |
| None | __setitem__ (self, int arg0, Vector3f arg1) |
Aliases: Vector_std_array_Vector3f_3_FaceId.const_reference, Vector_std_array_Vector3f_3_FaceId.reference, Triangle3f, TriangleCornerNormals, std_array_Vector3f_3, Vector_std_array_Vector3f_3_FaceId.value_type
| None mrmeshpy.std_array_Vector3_float_3.__init__ | ( | self | ) |
| None mrmeshpy.std_array_Vector3_float_3.__init__ | ( | self, | |
| std_array_Vector3_float_3 | arg0 ) |
| None mrmeshpy.std_array_Vector3_float_3.__init__ | ( | self, | |
| typing.Iterable | arg0 ) |
Initialize from a list of 3elements.
| Vector3f mrmeshpy.std_array_Vector3_float_3.__getitem__ | ( | self, | |
| int | arg0 ) |
| typing.Iterator[Vector3f] mrmeshpy.std_array_Vector3_float_3.__iter__ | ( | self | ) |
| int mrmeshpy.std_array_Vector3_float_3.__len__ | ( | self | ) |
| str mrmeshpy.std_array_Vector3_float_3.__repr__ | ( | self | ) |
| None mrmeshpy.std_array_Vector3_float_3.__setitem__ | ( | self, | |
| int | arg0, | ||
| Vector3f | arg1 ) |