Click or drag to resize

MoveOrigin Class

[Missing <summary> documentation for "T:Demo3D.Visuals.MoveOrigin"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsMoveOrigin

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static class MoveOrigin

The MoveOrigin type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMoveOriginBy
Transform the origin of the visual by the transform matrix
Public methodStatic memberMoveOriginCenter
Transform the origin of the visual so it is centered in the visual's bounding box, optionally iterating over children.
Public methodStatic memberMoveOriginTo(Visual, Matrix)
Transform the origin of the visual so it becomes the matrix relative to the visuals parent
Public methodStatic memberMoveOriginTo(Visual, Vector3)
Transform the origin of the visual so it's position is the one provided relative to the visuals parent. The rotation will not be modified
Top
See Also