GeometryUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
gosper(dynamic size)
→ dynamic
-
Generates a Gosper curve (lying in the XY plane)
-
hilbert2D(dynamic center, dynamic size, dynamic iterations, dynamic v0, dynamic v1, dynamic v2, dynamic v3)
→ dynamic
-
Generates 2D-Coordinates in a very fast way.
-
hilbert3D(dynamic center, dynamic size, dynamic iterations, dynamic v0, dynamic v1, dynamic v2, dynamic v3, dynamic v4, dynamic v5, dynamic v6, dynamic v7)
→ dynamic
-
Generates 3D-Coordinates in a very fast way.