Show / Hide Table of Contents
View Source

Class Plane

Inheritance
System.Object
Plane
Namespace:EvilDICOM.CV.Helpers
Assembly:EvilDICOM.CV.dll
Syntax
public class Plane : object

Properties

View Source

Origin

Declaration
public Point3f Origin { get; set; }
Property Value
Type Description
Point3f
View Source

XDir

Declaration
public Point3f XDir { get; set; }
Property Value
Type Description
Point3f
View Source

YDir

Declaration
public Point3f YDir { get; set; }
Property Value
Type Description
Point3f
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX