Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • CalculateCurvatureDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional manifold: T

    Returns CalculateCurvatureDto<T>

Properties

gaussianIdx

gaussianIdx: number

The property channel index in which to store the Gaussian curvature. An index < 0 will be ignored (stores nothing). The property set will be automatically expanded to include the channel index specified.

default

0

minimum

0

maximum

Infinity

step

1

manifold

manifold: T

Manifold shape

meanIdx

meanIdx: number

The property channel index in which to store the mean curvature. An index < 0 will be ignored (stores nothing). The property set will be automatically expanded to include the channel index specified. The mean curvature is a scalar value that describes the

default

1

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc