C# Класс SharpFE.Geometry.GeometricHelpers

Contains various methods for calculating geometric properties
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AreaTriangle ( CartesianPoint point0, CartesianPoint point1, CartesianPoint point2 ) : double

AreaTriangle ( IFiniteElementNode node0, IFiniteElementNode node1, IFiniteElementNode node2 ) : double

Приватные методы

Метод Описание
AreaQuadrilateral ( CartesianPoint point0, CartesianPoint point1, CartesianPoint point2, CartesianPoint point3 ) : double
AreaQuadrilateral ( IFiniteElementNode node0, IFiniteElementNode node1, IFiniteElementNode node2, IFiniteElementNode node3 ) : double

Описание методов

AreaTriangle() публичный статический Метод

public static AreaTriangle ( CartesianPoint point0, CartesianPoint point1, CartesianPoint point2 ) : double
point0 CartesianPoint
point1 CartesianPoint
point2 CartesianPoint
Результат double

AreaTriangle() публичный статический Метод

public static AreaTriangle ( IFiniteElementNode node0, IFiniteElementNode node1, IFiniteElementNode node2 ) : double
node0 IFiniteElementNode
node1 IFiniteElementNode
node2 IFiniteElementNode
Результат double