Flutter
vector_math
Frustum
plane3 property
plane3
Frustum class
Constructors
Frustum
copy
matrix
Properties
plane0
plane1
plane2
plane3
plane4
plane5
hashCode
runtimeType
Methods
calculateCorners
containsVector3
copyFrom
intersectsWithAabb3
intersectsWithSphere
setFromMatrix
noSuchMethod
toString
Operators
operator ==
plane3 property
Plane
plane3
The fourth plane that defines the bounds of this frustum.
Implementation
Plane get plane3 => _plane3;