DHART
Loading...
Searching...
No Matches
DHARTAPI.Geometry.CommonRotations Class Reference

A collection of rotations that are frequently useful in DHARTAPI. More...

Static Public Attributes

static Vector3D Zup_To_Yup = new Vector3D(-90, 0, 0)
 To rotate a mesh from Z-Up to Y-Up.
 
static Vector3D Yup_To_Zup = new Vector3D(90, 0, 0)
 Will rotate a mesh from Y-Up to Z-Up. More...
 

Detailed Description

A collection of rotations that are frequently useful in DHARTAPI.

Member Data Documentation

◆ Yup_To_Zup

Vector3D DHARTAPI.Geometry.CommonRotations.Yup_To_Zup = new Vector3D(90, 0, 0)
static

Will rotate a mesh from Y-Up to Z-Up.

Remarks
Useful for rotating Y-Up meshes so the GraphGenerator can run on them.

The documentation for this class was generated from the following file: