Show / Hide Table of Contents
View Source

Struct Triangle

Namespace:EvilDICOM.CV.Geometry
Assembly:EvilDICOM.CV.dll
Syntax
public struct Triangle

Properties

View Source

P1

Declaration
public Vector3 P1 { get; set; }
Property Value
Type Description
Vector3
View Source

P2

Declaration
public Vector3 P2 { get; set; }
Property Value
Type Description
Vector3
View Source

P3

Declaration
public Vector3 P3 { get; set; }
Property Value
Type Description
Vector3

Methods

View Source

SignedVolume()

Declaration
public double SignedVolume()
Returns
Type Description
System.Double
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX