PlaneGeometry class abstract
An abstract class representing a 2D geometric shape.
Constructors
- PlaneGeometry.new(String name)
- Constructor for the PlaneGeometry class.
Properties
Methods
-
area(
) → num -
Calculates the area of the 2D geometric shape.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
perimeter(
) → num -
Calculates the perimeter of the 2D geometric shape.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited