C# Class ThreeDDrawing.Camera

ファイルを表示 Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method Description
Camera ( double full_view_size, double angle_of_view, CameraTransform camera_transform ) : System
CommitFVSAndAOV ( ) : void
Get2DPoint ( Point3D point ) : Point2D
Reset ( ) : void

Method Details

Camera() public method

public Camera ( double full_view_size, double angle_of_view, CameraTransform camera_transform ) : System
full_view_size double
angle_of_view double
camera_transform CameraTransform
return System

CommitFVSAndAOV() public method

public CommitFVSAndAOV ( ) : void
return void

Get2DPoint() public method

public Get2DPoint ( Point3D point ) : Point2D
point Point3D
return Point2D

Reset() public method

public Reset ( ) : void
return void