case class ErrorShader[A](actual: SurfacePointProperty[A], target: SurfacePointProperty[A], scaleColors: Double = 1)(implicit measure: (A, A) ⇒ Double) extends PixelShader[RGBA] with Product with Serializable
Created by Lavrenti on 07.09.2016.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorShader
- Serializable
- Serializable
- Product
- Equals
- PixelShader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ErrorShader(actual: SurfacePointProperty[A], target: SurfacePointProperty[A], scaleColors: Double = 1)(implicit measure: (A, A) ⇒ Double)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
*(other: PixelShader[RGBA])(implicit ops: ColorSpaceOperations[RGBA]): PixelShader[RGBA]
- Definition Classes
- PixelShader
-
def
+(other: PixelShader[RGBA])(implicit ops: ColorSpaceOperations[RGBA]): PixelShader[RGBA]
- Definition Classes
- PixelShader
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actual: SurfacePointProperty[A]
-
def
apply(triangleId: TriangleId, worldBCC: BarycentricCoordinates, screenCoordinates: Point[_3D]): RGBA
- Definition Classes
- ErrorShader → PixelShader
-
def
apply(fragment: TriangleFragment): RGBA
- Definition Classes
- PixelShader
-
def
apply(triangleId: TriangleId, worldBCC: BarycentricCoordinates, screenCoordinates: Point[_3D], ccwWinding: Boolean): RGBA
- Definition Classes
- PixelShader
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorRange: Double
- val errors: SurfacePointProperty[Double]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[B](f: (RGBA) ⇒ B): PixelShader[B]
- Definition Classes
- PixelShader
- val maxError: Double
- val minError: Double
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val scaleColors: Double
- val scaledErrors: MeshSurfaceProperty[Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val target: SurfacePointProperty[A]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )