class TangentSpace extends SurfacePointProperty[DenseMatrix[Double]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TangentSpace
- SurfacePointProperty
- Serializable
- Serializable
- Product
- Equals
- MeshSurfaceProperty
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TangentSpace(triangulation: TriangleList, matrices: IndexedSeq[DenseMatrix[Double]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(pointId: PointId): DenseMatrix[Double]
- Definition Classes
- SurfacePointProperty
-
def
apply(triangleId: TriangleId, bcc: BarycentricCoordinates): DenseMatrix[Double]
- Definition Classes
- MeshSurfaceProperty
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
atPoint(pointId: PointId): DenseMatrix[Double]
- Definition Classes
- SurfacePointProperty
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
implicit
val
interpolator: ValueInterpolator[DenseMatrix[Double]]
- Definition Classes
- SurfacePointProperty
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[B](f: (DenseMatrix[Double]) ⇒ B): MeshSurfaceProperty[B]
- Definition Classes
- MeshSurfaceProperty
-
def
mapPoints[B](f: (DenseMatrix[Double]) ⇒ B)(implicit interpolator: ValueInterpolator[B]): SurfacePointProperty[B]
- Definition Classes
- SurfacePointProperty
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
onSurface(triangleId: TriangleId, bcc: BarycentricCoordinates): DenseMatrix[Double]
- Definition Classes
- SurfacePointProperty → MeshSurfaceProperty
-
val
pointData: IndexedSeq[DenseMatrix[Double]]
- Definition Classes
- SurfacePointProperty
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
triangulation: TriangleList
- Definition Classes
- SurfacePointProperty → MeshSurfaceProperty
-
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( ... )