QuadMeshBuilder class abstract
Builder for a single quad.
- Implemented types
Constructors
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
-
build(
) → Mesh? -
Returns Mesh?. mesh containing added geometry or 'null' if no geometry was added.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
quad(
Point3D a, Point3D b, Point3D c, Point3D d) → QuadMeshBuilder -
Adds a quad.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
triangle(
Point3D a, Point3D b, Point3D c) → TriangleMeshBuilder -
Adds a triangle.
inherited
-
withTextureCoordinates(
Anchor2D a, Anchor2D b, Anchor2D c, Anchor2D d) → MeshBuilder - Adds texture coordinates to a quad.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited