Click or drag to resize

Mesh3doubleFaceArea Method

determine the raw face normal whose length is double the area of the mesh face.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Vector3 doubleFaceArea(
	Face3 face
)

Parameters

face
Type: Karamba.GeometryFace3
mesh face for which to calculate the area.

Return Value

Type: Vector3
normal vector to face whose length is double the face area.

Implements

IMeshdoubleFaceArea(Face3)
See Also