TubePainter class
Constructors
Properties
- BUFFER_SIZE ↔ int
-
getter/setter pair
- color → Color
-
final
- colors ↔ Float32BufferAttribute
-
latefinal
- count ↔ int
-
getter/setter pair
- geometry → BufferGeometry
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- material → MeshStandardMaterial
-
final
- matrix1 → Matrix4
-
final
- matrix2 → Matrix4
-
final
- mesh ↔ Mesh
-
latefinal
- normals ↔ Float32BufferAttribute
-
latefinal
- point1 → Vector3
-
final
- point2 → Vector3
-
final
- positions ↔ Float32BufferAttribute
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ double
-
getter/setter pair
- up → Vector3
-
final
- vector1 → Vector3
-
final
- vector2 → Vector3
-
final
- vector3 → Vector3
-
final
- vector4 → Vector3
-
final
Methods
-
getPoints(
double size) → List< Vector3> -
lineTo(
Vector3 position) → void -
moveTo(
Vector3 position) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSize(
double value) → void -
stroke(
Vector3 position1, Vector3 position2, Matrix4 matrix1, Matrix4 matrix2) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited