Camera class
Properties
- backgroundColor ↔ Color
-
getter/setter pair
- display ↔ AbstractDisplay
-
getter/setter pair
- frameCenter ↔ Vector3
-
getter/setter pair
- frameHeight ↔ double
-
getter/setter pair
- frameWidth ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pixelHeight ↔ int
-
getter/setter pair
- pixelWidth ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bindDisplay(
AbstractDisplay _display) → void -
extractMobjectFamilyMembers(
List< Mobject> mobjects, {bool onlyThoseWithPoints = false}) → List<Mobject> -
getFrameCenter(
) → Vector3 -
getFrameHeight(
) → double -
getFrameWidth(
) → double -
getPixelHeight(
) → int -
getPixelWidth(
) → int -
isInFrame(
Mobject mob) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshMatrix(
) → void -
render(
List< Mobject> mobjects) → void -
reset(
) → void -
resetPixelShape(
int newWidth, int newHeight) → void -
resizeFrameShape(
{int fixedDimension = 0}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
transformPointsPreDisplay(
Mobject mob, List< Vector3> points) → List<Vector3>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited