Plane class
class Plane
- Annotations
-
- @JS()
Properties
Methods
-
asArray(
) → List< num> -
clone(
) → Plane -
copyFromPoints(
Vector3 point1, Vector3 point2, Vector3 point3) → Plane -
dotCoordinate(
Vector3 point) → num -
getClassName(
) → String -
getHashCode(
) → num -
isFrontFacingTo(
Vector3 direction, num epsilon) → bool -
normalize(
) → Plane -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signedDistanceTo(
Vector3 point) → num -
toString(
) → String -
A string representation of this object.
inherited
-
transform(
Matrix transformation) → Plane
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited