collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++     dropdown Members: Show All Members: Filtered Members: Filtered Members: Filtered

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++

[TCheckBoxFormControlObj]Include Protected Members

[TCheckBoxFormControlObj]
Include Inherited Members
DPSF API Documentation
Position3DWithPreviousPosition Members
gradient

The Position3DWithPreviousPosition type exposes the following members.

collapse_allConstructors

 

Name

Description

pubmethod

Position3DWithPreviousPosition()()()()

Default Constructor.

pubmethod

Position3DWithPreviousPosition(Position3D)

Copy Constructor.

pubmethod

Position3DWithPreviousPosition(Position3DWithPreviousPosition)

Copy Constructor.

collapse_allMethods

 

Name

Description

pubmethod

CopyFrom(Position3D)

Copy the given Position3D object's data into this objects data.

(Overrides Position3D..::..CopyFrom(Position3D).)

pubmethod

CopyFrom(Position3DWithPreviousPosition)

Copy the given Position3DWithPreviousPosition object's data into this objects data.

pubmethod

Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)

protmethod

Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)

pubmethod

GetHashCode

Serves as a hash function for a particular type.

(Inherited from Object.)

pubmethod

GetType

Gets the Type of the current instance.

(Inherited from Object.)

protmethod

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

pubmethod

ToString

Returns a String that represents the current Object.

(Inherited from Object.)

pubmethod

Update

Update the Position and Velocity according to the Acceleration.

(Overrides Position3D..::..Update(Single).)

collapse_allFields

 

Name

Description

pubfield

Acceleration

The object's Acceleration

(Inherited from Position3D.)

pubfield

Position

The object's Position

(Inherited from Position3D.)

pubfield

PreviousPosition

The object's last position (before Update() was called).

pubfield

Velocity

The object's Velocity

(Inherited from Position3D.)

collapse_allProperties

 

Name

Description

pubproperty

UpdatePreviousPositionAutomatically

Set this to False to not have the Update() function update the PreviousPosition value. Instead it will be up to an external object to update the PreviousPosition property each frame.

Default value is True.

collapse_allSee Also

Position3DWithPreviousPosition Class

DPSF Namespace

footer

Send comments on this topic to

Dan@DansKingdom.com