PaintViewPort class abstract
Describes painting ViewPort (ViewPort is a rectangle in the buffer).
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
-
isLineVisible(
Vector3 a, Vector3 b) → bool - Checks if line is visible in the current viewport.
-
isTriangleVisible(
Triangle t) → bool - Checks if triangle is visible in the current viewport.
-
isVectorVisible(
Vector3 vector) → bool - Checks if vector is visible in the current viewport.
-
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