Class Plane
Inheritance
System.Object
Plane
Namespace:EvilDICOM.CV.Helpers
Assembly:EvilDICOM.CV.dll
Syntax
public class Plane : object
Properties
View SourceOrigin
Declaration
public Point3f Origin { get; set; }
Property Value
| Type | Description |
|---|---|
| Point3f |
XDir
Declaration
public Point3f XDir { get; set; }
Property Value
| Type | Description |
|---|---|
| Point3f |
YDir
Declaration
public Point3f YDir { get; set; }
Property Value
| Type | Description |
|---|---|
| Point3f |