Class BcfViewpointVector
Inheritance
System.Object
BcfViewpointVector
Assembly: IPA.Bcfier.dll
Syntax
public class BcfViewpointVector : object
Properties
|
Improve this Doc
View Source
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Z
Declaration
public double Z { get; set; }
Property Value
Type |
Description |
System.Double |
|