PerspectiveCamera class

Inheritance

Constructors

PerspectiveCamera({double fovRadiansY = 45 * degrees2Radians, Vector3? position, Vector3? target, Vector3? up, double fovNear = 0.1, double fovFar = 1000.0})

Properties

fovFar double
getter/setter pair
fovNear double
getter/setter pair
fovRadiansY double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
position ↔ Vector3
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target ↔ Vector3
getter/setter pair
up ↔ Vector3
getter/setter pair

Methods

getViewTransform(Size dimensions) → Matrix4
override
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