GetLength compiler error
-
i get this error when trying: Float d = Abs((from - to).GetLength);
previously i had Float d = Abs(Len(from - to)); which seems to be removed"maxon::Vec3maxon::Float64,1::GetLength": Keine Standardsyntax; "&" zum Erstellen eines Verweises auf das Member verwenden
-
You missed the braces
()
.
GetLength
->GetLength()
-
@mp5gosu thank you
-
Hi,
while @mp5gosu already provided the answer, I'm just chiming in to mention, that I converted your thread into a question, see Q&A Functionality and also added a tag to this thread, see Read Before Posting.
Cheers,
Andreas