Flutter
vector_math_64
Frustum
plane0 property
plane0
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 ==
plane0 property
Plane
plane0
The first plane that defines the bounds of this frustum.
Implementation
Plane get plane0 => _plane0;