Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) Next2Friends.Swoosher.Media3D Matrix3D 예제들
프로그래밍 언어:
C# (CSharp)
네임스페이스/패키지 이름:
Next2Friends.Swoosher.Media3D
클래스/타입:
Matrix3D
hotexamples.com에서의 예제들:
1
C# (CSharp) Next2Friends.Swoosher.Media3D Matrix3D - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
Next2Friends.Swoosher.Media3D.Matrix3D
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
Transform(2)
Rotate(1)
자주 사용되는 메소드들
Transform (2)
Rotate (1)
관련
TorreHanoi
QuillAppConfig
examination
AdminSetingModel
PasteEventArgs
WpfApplication1.StockApi
AddTrafficSpecialControlResponse
CrudSettings
DocumentJSON.Paragraph
RotatingLazerSentry
Related in langs
db_mysqli (PHP)
StandardDisplayBuilder (PHP)
pplus_set_VIA_IDE_legacy (C++)
g_file_output_stream_query_info (C++)
BytesToInt32 (Go)
HSalsa20 (Go)
BlockContainerData (Java)
LoggerChannel (Java)
update_record (Python)
after_commit_task (Python)
예제 #1
0
파일 보기
파일:
Point3D.cs
프로젝트:
Shine6Z/GenXSource
public static Point3D Multiply(Point3D point, Matrix3D matrix) { return(matrix.Transform(point)); }
x