C# 클래스 Tango.TangoSupport.DVector3

A double-precision 3D vector.
파일 보기 프로젝트 열기: stetro/project-tango-poc

공개 메소드들

메소드 설명
DVector3 ( Vector3 vector ) : System

Creates a new double-precision vector from the given single-precision vector.

ToString ( ) : string

Returns a string representation of this vector.

ToVector3 ( ) : Vector3

Returns a single-precision vector representation of this double-precision vector.

메소드 상세

DVector3() 공개 메소드

Creates a new double-precision vector from the given single-precision vector.
public DVector3 ( Vector3 vector ) : System
vector Vector3 A single-precision vector.
리턴 System

ToString() 공개 메소드

Returns a string representation of this vector.
public ToString ( ) : string
리턴 string

ToVector3() 공개 메소드

Returns a single-precision vector representation of this double-precision vector.
public ToVector3 ( ) : Vector3
리턴 Vector3