Table of Contents

Class Vector4F

네임스페이스
EasyAR.Mega.Ema
어셈블리
EasyAR.Mega.Ema.dll

4차원 float 벡터.

public sealed class Vector4F
상속
Vector4F

필드

w

벡터의 w 요소

public float w

x

벡터의 x성분.

public float x

y

벡터의 y 성분.

public float y

z

벡터의 z성분.

public float z