TangentMeasurementResult

Interface TangentMeasurementResult

The result of a tangent measurement.

interface TangentMeasurementResult {
    point: Vector3;
    tangent: Vector3;
}
Index

Properties

Properties

point: Vector3

The point on the topological edge used for the tangent calculation.

tangent: Vector3

The calculated tangent vector.




Was this page helpful? Please leave a thumbs up or down.