Table of Contents

Class ProjectionCameraCore

Namespace
HelixToolkit.SharpDX.Cameras
Assembly
HelixToolkit.SharpDX.dll
public abstract class ProjectionCameraCore : CameraCore, INotifyPropertyChanged, ICamera
Inheritance
ProjectionCameraCore
Implements
Derived
Inherited Members
Extension Methods

Properties

FarPlaneDistance

Gets or sets the far plane distance.

public float FarPlaneDistance { get; set; }

Property Value

float

The far plane distance.

NearPlaneDistance

Gets or sets the near plane distance.

public float NearPlaneDistance { get; set; }

Property Value

float

The near plane distance.

Methods

CreateViewMatrix()

Creates the view matrix.

public override Matrix4x4 CreateViewMatrix()

Returns

Matrix4x4

A Matrix4x4.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.