IMeshdoubleFaceArea Method
determine the raw face normal whose length is double the area of the mesh face.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
Vector3 doubleFaceArea(
Face3 face
)
Function doubleFaceArea (
face As Face3
) As Vector3
Vector3 doubleFaceArea(
Face3 face
)
abstract doubleFaceArea :
face : Face3 -> Vector3
- face Face3
- mesh face for which to calculate the area.
Vector3normal vector to face whose length is double the face area.