Struct Triangle
Namespace:EvilDICOM.CV.Geometry
Assembly:EvilDICOM.CV.dll
Syntax
public struct Triangle
Properties
View SourceP1
Declaration
public Vector3 P1 { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
P2
Declaration
public Vector3 P2 { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
P3
Declaration
public Vector3 P3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Methods
View SourceSignedVolume()
Declaration
public double SignedVolume()
Returns
| Type | Description |
|---|---|
| System.Double |