GeometryPlacement class
One source geometry and the local transform baked into a merged geometry.
Constructors
- GeometryPlacement(Geometry geometry, Matrix4 transform)
-
const
- GeometryPlacement.box(Geometry geometry, {required Vector3 position, required Vector3 scale})
- Convenience for the common translate/scale case (no rotation).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited