LineIntersection class

Inheritance
  • Object
  • Intersection
  • LineIntersection

Constructors

LineIntersection.new({int? instanceId, required double distance, double? distanceToRay, Vector3? point, int? index, Face? face, int? faceIndex, Object3D? object, Vector2? uv, Vector2? uv2, Vector3? pointOnLine})

Properties

barycoord ↔ Vector3?
getter/setter pairinherited
batchId int
getter/setter pairinherited
distance double
getter/setter pairinherited
distanceToRay double?
getter/setter pairinherited
face ↔ Face?
getter/setter pairinherited
faceIndex int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
index int?
getter/setter pairinherited
instanceId int?
getter/setter pairinherited
normal ↔ Vector3?
getter/setter pairinherited
object ↔ Object3D?
getter/setter pairinherited
point ↔ Vector3?
getter/setter pairinherited
pointOnLine ↔ Vector3?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uv ↔ Vector2?
getter/setter pairinherited
uv1 ↔ Vector2?
getter/setter pairinherited
uv2 ↔ Vector2?
getter/setter pairinherited

Methods

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